2.0.138 • Published 5 years ago

@extra-object/search-while.min v2.0.138

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Finds key of an entry passing a test. :running: :package: :ledger:

This is part of package extra-object.

This is browserified, minified version of @extra-object/search-while. It is exported as global variable object_searchWhile. CDN: unpkg, jsDelivr.

object.searchWhile(x, fn, [ths]);
// x:   an object
// fn:  test function (v, k, x)
// ths: this argument