UNPKG

template-tango

Version:

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

6 lines (4 loc) 72 B
interface IHashTable<T> { [key: string]: T; } export = IHashTable;