UNPKG

127 BTypeScriptView Raw
1declare module 'strip-ansi' {
2 function stripAnsi(input: string): string;
3
4 namespace stripAnsi { }
5
6 export = stripAnsi;
7}