UNPKG

106 BTypeScriptView Raw
1/**
2 * Strip ANSI formatting from string
3 */
4declare function strip(str: string): string;
5export = strip;