mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
7 lines
192 B
JavaScript
7 lines
192 B
JavaScript
export default typeof module !== "undefined" && module.id;
|
|
export function test() {
|
|
testDone(import.meta.url);
|
|
}
|
|
|
|
//# sourceMappingURL=http://localhost:8080/export-default-module-hot.js.map
|