function CtxLike.matchimport { CtxLike } from "https://deno.land/x/evt@v2.5.2/lib/types/interfaces/index.ts"; const { match } = CtxLike; match<T = any>(o: any): o is CtxLike<T>Type ParametersoptionalT = anyParameterso: anyReturnso is CtxLike<T>