UNPKG

j2i

Version:

parse json to interface files of typescript

11 lines (10 loc) 187 B
const J2I = require ('../core/index'); test('获取配置文件', () => { /*console.log( J2I.getConfig() ); console.log( J2I.j2i() )*/ J2I.j2i(); })