Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

some

import { some } from "https://cdn.skypack.dev/lodash-es";
function some(
collection2,
predicate,
guard,
);
§
some(collection2, predicate, guard)
[src]

§Parameters

§
collection2
[src]
§
predicate
[src]
§
guard
[src]