mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-05-01 11:12:18 +08:00
4 lines
160 B
TypeScript
4 lines
160 B
TypeScript
import { URIRegExps } from "./uri";
|
|
export declare function buildExps(isIRI: boolean): URIRegExps;
|
|
declare const _default: URIRegExps;
|
|
export default _default;
|