UNPKG

113 BTypeScriptView Raw
1
2declare module 'indent' {
3 function indent(text: string, margin?: number|string): string;
4 export = indent;
5}