lodash._basefind

The modern build of lodash’s internal `baseFind` as a module.

Usage no npm install needed!

<script type="module">
  import lodashBasefind from 'https://cdn.skypack.dev/lodash._basefind';
</script>

README

lodash._basefind v3.0.0

The modern build of lodash’s internal baseFind exported as a Node.js/io.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash._basefind

In Node.js/io.js:

var baseFind = require('lodash._basefind');

See the package source for more details.