// Type definitions for json2html v0.1.2 // https://github.com/frozzare/json-to-html // Definitions by: Steven Silvester <https://github.com/blink1073> declare module 'json-to-html' { function render(value: any): string; export = render; }