UNPKG

template-tango

Version:

Tool for merging HTML templates between front and back end, making use of Beyond Compare folder comparison.

8 lines (6 loc) 261 B
// Generated by typings // Source: https://raw.githubusercontent.com/DefinitelyTyped/DefinitelyTyped/master/replace-ext/replace-ext.d.ts declare function replaceExt(npath: string, ext: string): string; declare module 'replace-ext' { export = replaceExt; }