mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
8 lines
163 B
JavaScript
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";
|