swc/crates/swc_bundler/tests/deno-exec/deno-11575/case1/input/temp3.ts
2022-05-04 14:25:28 +00:00

4 lines
58 B
TypeScript

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