UNPKG
choo-shortcache
Version:
latest (0.0.0)
0.0.0
choo nanocomponent cache shortcut
choo-shortcache
/
example
/
node_modules
/
fast-safe-stringify
/
index.d.ts
4 lines
(2 loc)
•
74 B
TypeScript
View Raw
1
2
3
4
declare
function
stringify
(
data
:
any
):
string
;
export
default
stringify;