UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

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