Skip to content

Commit

Permalink
feat(utils): export buffer lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cedoor committed Jun 13, 2024
1 parent d890a29 commit beeada7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Buffer } from "buffer"
import * as conversions from "./conversions"
import * as crypto from "./crypto/crypto.node"
import * as errorHandlers from "./error-handlers"
Expand All @@ -11,4 +12,4 @@ export * from "./error-handlers"
export * from "./proof-packing"
export * from "./type-checks"
export * from "./types"
export { F1Field, conversions, crypto, errorHandlers, packing, scalar, typeChecks }
export { Buffer, F1Field, conversions, crypto, errorHandlers, packing, scalar, typeChecks }

0 comments on commit beeada7

Please sign in to comment.