import * as tsMatches from "https://deno.land/x/ts_matches@v5.4.1/src/parsers/deferred-parser.ts";
Classes
This is needed when the typescript has a recursive, mutual types type Things = string | [OtherThings] type OtherThings = {type: 'other', value:Things } |