UNPKG
@ainc/script
Version:
latest (0.1.22)
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.122
0.0.121
0.0.120
0.0.119
0.0.118
0.0.117
0.0.116
0.0.115
0.0.114
0.0.113
0.0.112
0.0.111
0.0.110
0.0.109
0.0.108
0.0.107
0.0.106
0.0.105
0.0.104
0.0.103
0.0.102
0.0.101
Script compiler for typescript
@ainc/script
/
dist
/
helpers
/
json.d.ts
9 lines
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/**
****
****
****
****
****
****
****
****
****
****
*
*
解析【JSON】文件
****
****
****
****
****
****
****
****
****
****
*
*/ export declare function json(script: { exports?: unknown; }, filename: string): void; //# sourceMappingURL=json.d.ts.map