swc/crates/swc_bundler/tests/fixture/issue-2434/1/input/mod2.ts
2021-11-09 20:42:49 +09:00

3 lines
52 B
TypeScript

export function property(a, b) {
return a + b;
}