some
Check if any item in this stream matches the given predicate.
Return
A promise that resolves with the result.
Parameters
cbk
The predicate to check.
Check if any item in this stream matches the given predicate.
Return
A promise that resolves with the result.
Parameters
cbk
The predicate to check.
options
The options for the some operation.
Check if any item in this stream matches the given predicate.
Return
A promise that resolves with the result.
Parameters
options
The options for the some operation.
cbk
The predicate to check.