Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
class matches.NumberParser
implements IParser<unknown, number>
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/dependencies.ts";
const { NumberParser } = matches;

Constructors

new
NumberParser(description?)

Methods

parse<C, D>(a: unknown, onParse: OnParse<unknown, number, C, D>): C | D