deno/tests/specs/publish/node_specifier/mod.ts

5 lines
77 B
TypeScript

import "node:http";
export function foobar(): string {
return "string";
}