Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
class MyMath
import { MyMath } from "https://deno.land/std@0.176.0/collections/_test_utils.ts";

Methods

multiply(a: number, b: number): number