aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/https.exports.js
blob: 30e0469f59cb1379b6e82996693bd771aa8b680b (plain) (blame)
1
2
3
export * from "node:http";
const HTTP = import.meta.require("node:http");
export default HTTP;