UNPKG
@ucanto/client
Version:
latest (9.0.2)
9.0.2
9.0.1
9.0.0
8.0.1
8.0.0
7.0.1
7.0.0
5.1.0
5.0.0
4.4.0
4.3.4
4.2.3
4.2.2
4.1.0
4.0.3
4.0.2
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
0.7.0
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
UCAN RPC Client
github.com/storacha/ucanto
storacha/ucanto
@ucanto/client
/
src
/
lib.js
8 lines
(5 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./connection.js'
export
*
from
'@ucanto/interface'
import
{
Delegation
, invoke,
Schema
,
DAG
, ok, error }
from
'@ucanto/core'
export
const
delegate =
Delegation
.
delegate
export
{ invoke, ok, error,
Schema
,
DAG
}