1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-14 11:27:57 -05:00
denoland-deno/cli/tests/testdata/publish/node_specifier/mod.ts
2024-02-01 05:18:44 +01:00

5 lines
77 B
TypeScript

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