UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

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