UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

5 lines 374 B
export declare const USERNAME: { get: (length?: number, useDash?: boolean, useDot?: boolean, startWithChar?: boolean, endWithChar?: boolean, fullLine?: boolean, flags?: string) => RegExp; verify: (text: string, length?: number, useDash?: boolean, useDot?: boolean, startWithChar?: boolean, endWithChar?: boolean) => boolean; }; //# sourceMappingURL=username.d.ts.map