mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-11 16:52:42 +08:00
5 lines
160 B
TypeScript
5 lines
160 B
TypeScript
![]() |
import { URIRegExps } from "./uri";
|
||
|
export declare function buildExps(isIRI: boolean): URIRegExps;
|
||
|
declare const _default: URIRegExps;
|
||
|
export default _default;
|