Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/tests/specs/test/doc_failure/main.ts>sub

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable sub
import { sub } from "https://deno.land/x/deno@v2.0.4/tests/specs/test/doc_failure/main.ts";
import { assertEquals } from "@std/assert/equals";

assertEquals(sub(6, 2), 3); // throws

type

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