import * as typeguardkit from "https://deno.land/x/typeguardkit@0.32.1/core/validator.ts"; InterfacesIValidatorA Validator<Type> has a validate method, which should check value meets any runtime-only constraints of Type, and return any issues. This should not include constraints of any Validators for properties or elements of Type.