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
/
index.d.ts
7 lines
•
269 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** *
@param
{
number
} [count=200] *
@param
{
import('./interface').GarbageOptions
} [options] *
@returns
{
any
} */
export
function
garbage
(
count
?:
number
|
undefined
,
options
?:
import
(
"./interface"
).
GarbageOptions
|
undefined
):
any
;
//# sourceMappingURL=index.d.ts.map