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