mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 19:04:06 -06:00
3 lines
68 B
TypeScript
3 lines
68 B
TypeScript
const add = (a: number, b: number): number => {
|
|
return a + b;
|
|
}; |