Files
bun.sh/src/node-fallbacks/constants.js
2024-10-19 00:23:57 -07:00

8 lines
153 B
JavaScript

/**
* Browser polyfill for the `"constants"` module.
*
* Imported on usage in `bun build --target=browser`
*/
export * from "constants-browserify";