Skip to content
Litichevskiy Dmitriy edited this page Jan 26, 2019 · 1 revision

manipula.any([predicate]) : boolean

Method determines whether any element of an iterable satisfies a condition.

Kind: instance method of Manipula

Param Type Description
[predicate] logicalPredicate A function to test an element for a condition.
Clone this wiki locally