Skip to content

Commit

Permalink
fix: client imports (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Apr 16, 2023
1 parent b330244 commit 9294392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/lib.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from './connection.js'

export * from '@ucanto/interface'
import { Delegation, invoke } from '@ucanto/core'
import { Delegation, invoke, Schema, DAG, ok, error } from '@ucanto/core'

export const delegate = Delegation.delegate
export { invoke }
export { invoke, ok, error, Schema, DAG }

0 comments on commit 9294392

Please sign in to comment.