Files
pbakaus_impeccable/tests/oracle/workspaces/hook-project/src/util.ts
T
2026-08-31 19:56:22 -07:00

2 lines
52 B
TypeScript

export const add = (a: number, b: number) => a + b;