json2interface
v0.1.14
Published
Generate TypeScript interfaces from JSON data
Downloads
15
Readme
JSON to TypeScript Interface
A zero-dependencies package to generate TypeScript interfaces from JSON data
Installation
npm install json2interface
Usage
const json2interface = require('json2interface')
const interface = json2interface.generate(A_VALID_JSON)
Contributing
Issues and pull requests are always welcome