mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 12:51:54 +00:00
4 lines
95 B
JavaScript
4 lines
95 B
JavaScript
export * from "node:http";
|
|
const HTTP = import.meta.require("node:http");
|
|
export default HTTP;
|