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

8 lines
163 B
JavaScript

/**
* Browser polyfill for the `"sys"` module.
*
* Imported on usage in `bun build --target=browser`
*/
export * from "util";
export * as default from "util";