mirror of
https://github.com/denoland/deno.git
synced 2025-02-13 17:25:28 -05:00
6 lines
125 B
TypeScript
6 lines
125 B
TypeScript
![]() |
import * as denotestAdd from "@denotest/add";
|
||
|
|
||
|
export function add(a: number, b: number) {
|
||
|
return denotestAdd.add(a, b);
|
||
|
}
|