mirror of
https://github.com/oven-sh/bun
synced 2026-02-12 11:59:00 +00:00
8 lines
192 B
JavaScript
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";
|