mirror of
https://github.com/cupcakearmy/markdown-it-import.git
synced 2025-03-08 04:48:29 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export function sum(a: number, b: number): number {
|
|
return a + b
|
|
}
|