mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-13 03:39:55 +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;
|