mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
8 lines
228 B
JavaScript
8 lines
228 B
JavaScript
import pkg from "http://localhost:8080/utf8-package-json.json";
|
|
export function test() {
|
|
console.assert(!!pkg.author);
|
|
return testDone(import.meta.url);
|
|
}
|
|
|
|
//# sourceMappingURL=http://localhost:8080/package-json-utf8.js.map
|