Skip to main content
Latest
variable add
import { add } from "https://deno.land/x/at_test@v8.1.0/src/mod.ts";
import { add } from "./aaa.ts";
add(2, 3)

type

(a: number, b: number) => unknown