UNPKG

template-tango

Version:

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

12 lines (9 loc) 266 B
/// <reference path="../deps/bombom/typings/bombom.d.ts" /> declare module "fs-extra" { export function walk(src: string): any; export function on(src: string, cb:Function): void; } declare module "slash" { var slash:any; export = slash; }