UNPKG
@darwish/utils-core
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
@darwish/utils-core
/
esm
/
string
/
json.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
export
declare
function
jsonStr
(
obj
:
any
):
string
;
export
declare
function
jsonParse
(
str
:
string
):
any
;