blob: b08c3804d1db3e15b79baf5bf3fdb6e5a62ff7b9 (
plain) (
blame)
1
2
3
4
5
6
7
|
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
|