Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ts_matches/src/parsers/utils.ts>isNumber

Being able to pattern match in typescript
Latest
variable isNumber
import { isNumber } from "https://deno.land/x/ts_matches@v5.4.0/src/parsers/utils.ts";

type

(x: unknown) => x is number