UNPKG
@550w-tools/core
Version:
latest (0.0.16)
0.0.16
0.0.15
0.0.14
0.0.13
550w-tools 核心库,暴露若干API供应用层调用
@550w-tools/core
/
lib
/
utils
/
json.d.ts
2 lines
(1 loc)
•
61 B
TypeScript
View Raw
1
2
export
declare
function
parseJson<T>(
str
:
string
): T |
null
;