Skip to main content
variable some
import { some } from "https://deno.land/x/30_seconds_of_typescript@v1.0.1/util.ts";

Same as any

type

<T = any>(arr: T[], fn?: (t: T) => boolean) => unknown