UNPKG

zkverifyjs

Version:

Submit proofs to zkVerify and query proof state with ease using our npm package.

5 lines 181 B
import { Buffer as PolyfillBuffer } from 'buffer'; if (typeof globalThis.Buffer === 'undefined') { globalThis.Buffer = PolyfillBuffer; } //# sourceMappingURL=globalBuffer.js.map