hapijs / joi

The most powerful data validation library for JS
Other
20.95k stars 1.51k forks source link

How can I fix the error in buffer definition with typescript ? #2966

Closed machao7 closed 7 months ago

machao7 commented 1 year ago

thanks for your great work!

here is my question:

https://codesandbox.io/s/typescript-playground-export-forked-cty967

how can I fix it?

damusix commented 7 months ago

@machao7 looks like you're using this in a browser context. https://github.com/hapijs/joi/blob/master/browser/webpack.config.js#L68 Binary is omitted from browser version of Joi.