UNPKG

@webilix/helper-library

Version:

JavaScript/TypeScript programming helper library.

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