UNPKG

@idscan/idvc2

Version:

component for the capturing documents

5 lines (4 loc) 270 B
export declare const splitWordByUpperLetters: (word: string) => string[]; export declare const normalizeCamelCase: (word: string) => string; export declare const removeHtmlEntities: (str: string) => string; export declare const normalizeString: (str: string) => string;