Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Being able to pattern match in typescript
Go to Latest
variable isNumber
Re-export
import { isNumber } from "https://deno.land/x/ts_matches@v5.2.1/src/parsers/index.ts";

type

(x: unknown) => x is number