mirror of
https://github.com/oven-sh/bun
synced 2026-02-25 11:07:19 +01:00
7 lines
136 B
JavaScript
7 lines
136 B
JavaScript
/**
|
|
* Browser polyfill for the `"console"` module.
|
|
*
|
|
* Imported on usage in `bun build --target=browser`
|
|
*/
|
|
export default console;
|