function ArrayLike.matchimport { ArrayLike } from "https://deno.land/x/evt@v2.4.8/tools/inDepth/types.ts"; const { match } = ArrayLike; match<T>(arr: Object): arr is ArrayLike<T>Type ParametersTParametersarr: ObjectReturnsarr is ArrayLike<T>