m_dev_tool is released under the MIT license & supports modern environments.
Review the [build differences]& pick one that’s right for you.
In a browser:
<script src="m_dev_tool.js"></script>
Using npm:
$ npm i -g m_dev_tool
$ npm i m_dev_tool
Note: add --save
if you are using npm < 5.0.0
In Node.js:
// Load the full build.
var _ = require('m_dev_tool');
// Load the core build.
// Load method categories.
var array = require('m_dev_tool/add');
m_dev_tool makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. m_dev_tool’s modular methods are great for:
- Iterating arrays, objects, & strings
- Manipulating & testing values
- Creating composite functions