mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
6960637b5c
Part of https://github.com/denoland/deno/issues/24676 , but just a warning for now.
3 lines
70 B
TypeScript
3 lines
70 B
TypeScript
export function add(a: number, b: number): number {
|
|
return a + b;
|
|
}
|