UNPKG
@ipld/garbage
Version:
latest (6.0.14)
6.0.14
6.0.13
6.0.12
6.0.11
6.0.10
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
3.0.5
Garbage data generator for the IPLD Data Model
github.com/ipld/js-ipld-garbage
ipld/js-ipld-garbage
@ipld/garbage
/
dist
/
src
/
to-string.d.ts
6 lines
•
132 B
TypeScript
View Raw
1
2
3
4
5
6
/** *
@param
{
any
}
obj
*
@returns
{
string
} */
export
function
toString
(
obj
:
any
):
string
;
//# sourceMappingURL=to-string.d.ts.map