UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

7 lines 323 B
export declare const URL: { get: (full?: boolean, fullLine?: boolean, flags?: string) => RegExp; verify: (text: string, full?: boolean) => boolean; find: (text: string, full?: boolean) => string[]; replace: (text: string, replaceWith?: string, full?: boolean) => string; }; //# sourceMappingURL=url.d.ts.map