Clarify node-fallbacks

This commit is contained in:
Jarred Sumner
2024-10-19 00:23:57 -07:00
parent fe45b1e9b9
commit 4b63ffeceb
24 changed files with 131 additions and 0 deletions

View File

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