function SetLike.matchimport { SetLike } from "https://deno.land/x/evt@v2.4.15/tools/inDepth/types.ts"; const { match } = SetLike; match<T>(set: Object): set is SetLike<T>Type ParametersTParametersset: ObjectReturnsset is SetLike<T>