UNPKG
w3-store
Version:
latest (1.1.0)
1.1.0
1.0.0
web3.storage upload service
github.com/web3-storage/ucanto/tree/demo/upload-v2
web3-storage/ucanto
w3-store
/
dist
/
src
/
lib.d.ts
7 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
"./type.js"
;
export
*
as
Identity
from
"./identity/lib.js"
;
export
*
as
Accounting
from
"./accounting/lib.js"
;
export
*
as
Store
from
"./store/lib.js"
;
export
*
as
Signer
from
"./signer/lib.js"
;
export
*
as
Type
from
"./type.js"
;
//# sourceMappingURL=lib.d.ts.map