UNPKG

141 BTypeScriptView Raw
1declare function tmpl(string: string): (args: object) => string;
2declare function tmpl(string: string, args: object): string;
3export = tmpl;