UNPKG

diff2html

Version:

Fast Diff to colorized HTML

7 lines 231 B
import * as Hogan from "@profoundlogic/hogan"; type CompiledTemplates = { [name: string]: Hogan.Template; }; export declare const defaultTemplates: CompiledTemplates; export {}; //# sourceMappingURL=diff2html-templates.d.ts.map