8000 GitHub - wenonly/json2ts: Convert a JSON to TypeScript interfaces.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wenonly/json2ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json2ts

JSON对象转化为TypeScript interfaces.

fork from json2ts

安装

npm install @wenonly/json2ts

使用

在Node.js中使用:

let json2ts = require("json2ts");
let result = json2ts.convert(jsonContent);

About

Convert a JSON to TypeScript interfaces.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0