mirror of
https://github.com/cupcakearmy/markdown-it-import.git
synced 2025-01-06 15:46:25 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
|
export function sum(a: number, b: number): number {
|
||
|
return a + b
|
||
|
}
|