is-buffer icon indicating copy to clipboard operation
is-buffer copied to clipboard

Determine if an object is a Buffer

Results 6 is-buffer issues
Sort by recently updated
recently updated
newest added

- add tests for types (via `tsd` tool) - upgrade airtap due to critical vulnerability - fix `standard` errors

This allows for an improved experience with unbundled development tools like Vite and Snowpack. Those tools first have to convert all non-ESM dependencies to ESM. This allows those tools to...

Hi, I have added support for ppc64le build on travis-ci in the branch . The travis-ci build log can be tracked on the link :https://travis-ci.com/github/sanjaymsh/is-buffer/builds/206996272 . I believe it is...

Closes https://github.com/feross/is-buffer/issues/45

Hello! :) Would it make sense to add `sideEffects: false` to this library's `package.json`? This can enable more tree-shaking, in some cases: [documentation](https://github.com/webpack/webpack/blob/main/examples/side-effects/README.md) ([more detailed documentation](https://github.com/webpack/webpack.js.org/blob/6bc07960d30b7c534d809de86f1d611e9973af37/src/content/guides/tree-shaking.mdx)) If so, I'd be...