mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-18 17:16:46 +03:00
2 lines
52 B
TypeScript
2 lines
52 B
TypeScript
export const add = (a: number, b: number) => a + b;
|