UNPKG

amazon-route-53-dns-zone-file

Version:

Makes DNS Zone File easy. Parses and validates BIND zone files and can be extended for custom features. Functionality is modular. Features are made open for extension and closed for runtime mutation. Written in TypeScript.

11 lines 632 B
export declare const hasLetters: (x: string) => boolean; export declare const hasNumbers: (x: string) => boolean; export declare const trimDot: (x: string) => string; export declare const withDot: (x: string) => string; export declare const match: (pattern: RegExp, input: string) => string[]; export declare const matchDigitWithNumber: RegExp; export declare const UNIX_NEW_LINE_CHAR = "\n"; export declare const unifyNewLine: (value: string) => string; export declare const splitByNewLine: (value: string) => string[]; export declare const newLinesIntoSpaces: (value: string) => string; //# sourceMappingURL=utils_generic.d.ts.map