import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.3.0.4/mod.ts";
const { Parser } = matches;
We want to refine to a new type given an original type, like isEven, or casting to a more specific type
Parameters
refinementTest: (value: B) => value is B & C