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

4 lines
64 B
TypeScript

export function myFunc({ ...data }: {
field: string,
}) { }