cross-platform-terminal-characters
Version:
All the characters that work on most terminals
15 lines (12 loc) • 352 B
TypeScript
/**
* 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