Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
function matches.every
Re-export
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.4.3.0-alpha1/lib/esm/dependencies.js";
const { every } = matches;

Intersection is a good tool to make sure that the validated value is in the intersection of all the validators passed in. Basically an and operator for validators

Parameters

...parsers