lodash-prototype

0.0.0 • Public • Published

lodash-prototype

Use lodash functions directly on the objects.

Usage

In node:

require('lodash-prototype');
"10".parseInt(15); // should give 15

In browser:

<script src="lodash.js"></script>
<script src="lodash-prototype.js"></script>
<script>
  "10".parseInt(15); // should give 15
</script> 

/lodash-prototype/

    Package Sidebar

    Install

    npm i lodash-prototype

    Weekly Downloads

    2

    Version

    0.0.0

    License

    BSD

    Last publish

    Collaborators

    • akatov