UNPKG

kequapp

Version:

DEPRECATED: renamed to @kequtech/arbor

4 lines (3 loc) 148 B
export declare const PARA = "[^/]+"; export declare const WILD = ".*"; export declare function createRegexp(url: string, isWild?: boolean): RegExp;