Skip to main content
Go to Latest
method matches.Parser.prototype.defaultTo
Re-export
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { Parser } = matches;

There are times that we would like to bring in a value that we know as null or undefined and want it to go to a default value

Parameters

defaultValue: C

Returns

Parser<Optional<A>, C | NonNull<B, C>>