mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 12:29:07 +00:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
/**
|
|
* Browser polyfill for the `"assert"` module.
|
|
*
|
|
* Imported on usage in `bun build --target=browser`
|
|
*/
|
|
export * from "assert";
|