mirror of
https://github.com/cupcakearmy/markdown-it-import.git
synced 2024-12-22 08:16:27 +00:00
4 lines
69 B
TypeScript
4 lines
69 B
TypeScript
export function sum(a: number, b: number): number {
|
|
return a + b
|
|
}
|