UNPKG

@stdlib/utils-some-own-by

Version:

Test whether some `own` properties of a provided object satisfy a predicate function for at least `n` properties.

3 lines 114 B
/// <reference path="../docs/types/index.d.ts" /> import someOwnBy from '../docs/types/index'; export = someOwnBy;