swc/crates/swc_bundler/tests/fixture/deno-8680/input/dep.ts
2021-11-09 20:42:49 +09:00

2 lines
52 B
TypeScript

const a = "hello world";
export { a as instanceof };