UNPKG

polymer-analyzer

Version:
6 lines (4 loc) 113 B
declare module 'indent' { function indent(text: string, margin?: number|string): string; export = indent; }