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

8 lines
192 B
JavaScript

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