UNPKG
j2i
Version:
latest (1.0.0)
1.0.0
parse json to interface files of typescript
github.com/shinku/jsontointerface
shinku/jsontointerface
j2i
/
test
/
test.js
11 lines
(10 loc)
•
187 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
const
J2I
=
require
(
'../core/index'
);
test
(
'获取配置文件'
,
() =>
{
/*console.log( J2I.getConfig() ); console.log( J2I.j2i() )*/
J2I
.
j2i
(); })