variable memoizeimport { memoize } from "https://deno.land/x/bids_validator@v1.15.0/utils/memoize.ts"; type<T>(fn: (...args: any[]) => T) => WithCache<(...args: any[]) => T>