swc/crates/swc_bundler/tests/deno-exec/deno-11575/case1/input/temp3.ts
2021-11-09 20:42:49 +09:00

3 lines
57 B
TypeScript

export function hello(n) {
console.log("Hello", n);
}