UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

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