README
Finds keys of values passing the test. :running: :vhs: :package: :moon:
This is part of package extra-map.
This is browserified, minified version of @extra-map/find-keys.
It is exported as global variable map_findKeys.
CDN: unpkg, jsDelivr.
map.findKeys(x, fn, [ths]);
// x: a map
// fn: test function (v, k, x)
// ths: this argument
const map = require('extra-map');