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

4 lines
65 B
TypeScript

import * as foo from "./temp3.ts";
export { foo };
foo.hello(2);