UNPKG

105 BTypeScriptView Raw
1
2declare module 'strip-indent' {
3 function stripIndent(text: string): string;
4 export = stripIndent;
5}