UNPKG

@topgroup/diginext

Version:

A BUILD SERVER & CLI to deploy apps to any Kubernetes clusters.

9 lines 457 B
/** * Check if input string has characters are not a letter, digit, underscore */ export declare function containsSpecialCharacters(str: string): boolean; export declare function contains(text: string, words: string[]): boolean; export declare function filterSpecialChars(str: string): string; export declare function containsChinese(str: string): boolean; export declare function containsEmoji(str: string): boolean; //# sourceMappingURL=contain.d.ts.map