UNPKG

stuffs

Version:

Some useful stuffs packed to here.

15 lines (14 loc) 571 B
declare function _exports(length?: number, map?: Array<string> | string): string; declare namespace _exports { export { STRING_MAP_HEX }; export { STRING_MAP_NUMERIC }; export { STRING_MAP_ALPHABET_LOWER }; export { STRING_MAP_ALPHABET_UPPER }; export { STRING_MAP_ALPHANUMERIC }; } export = _exports; declare const STRING_MAP_HEX: string[]; declare const STRING_MAP_NUMERIC: string[]; declare const STRING_MAP_ALPHABET_LOWER: string[]; declare const STRING_MAP_ALPHABET_UPPER: string[]; declare const STRING_MAP_ALPHANUMERIC: string[];