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

8 lines
189 B
JavaScript

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