@extra-map/find-keys.min

Finds keys of values passing the test. [:running:] [:vhs:] [:package:] [:moon:] > This is part of package [extra-map].

Usage no npm install needed!

<script type="module">
  import extraMapFindKeysMin from 'https://cdn.skypack.dev/@extra-map/find-keys.min';
</script>

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');