UNPKG
@storacha/client
Version:
latest (2.1.3)
next (2.1.0-rc.0)
2.1.3
2.1.2
2.1.1
2.1.0
2.1.0-rc.0
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.8.26
1.8.25
1.8.24
1.8.23
1.8.22
1.8.21
1.8.20
1.8.18
1.8.17
1.8.16
1.8.15
1.8.14
1.8.13
1.8.12
1.8.11
1.8.6
1.8.5
1.8.4
1.8.2
1.8.1
1.8.0
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.4
1.3.2
1.3.0
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.2
1.2.0
1.1.11
1.1.10
1.1.9
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.2
1.0.1
1.0.0
0.0.0
Client for the storacha.network w3up api
storacha.network
storacha/upload-service
@storacha/client
/
dist
/
result.d.ts
5 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
"@ucanto/core/result"
;
export
function
unwrap<T>({ ok, error }:
API
.
Result
<T, {}>): T;
import
*
as
API
from
'@ucanto/interface'
;
export
{ unwrap
as
try
, _try
as
try
};
//# sourceMappingURL=result.d.ts.map