import { ShapeParser } from "https://deno.land/x/ts_matches@v5.2.0/src/parsers/shape-parser.ts";
Given an object, we want to make sure the key exists and that the value on the key matches the parser
import { ShapeParser } from "https://deno.land/x/ts_matches@v5.2.0/src/parsers/shape-parser.ts";
Given an object, we want to make sure the key exists and that the value on the key matches the parser