UNPKG

cross-platform-terminal-characters

Version:
15 lines (12 loc) 352 B
/** * Codepoint integers of all the characters that work on most terminals. */ export declare const codepoints: number[] /** * Codepoint strings of all the characters that work on most terminals. */ export declare const characters: string[] /** * RegExp matching any character that work on most terminals. */ export declare const regex: RegExp