A modern JavaScript utility library delivering modularity, performance & extras named after my cute friend. It makes JavaScript easier by taking the hassle out of working with arrays, numbers, objects, strings, etc.
You are free to use my library in your code.
In a browser:
<script src="_.js"></script>
In Node.js:
var _ = require('./_.js');
Tests are written in the test
folder. To run tests for a particular function in the library run eg. $ node test/chunk.js
for the chunk
method from the terminal after $ cd samridhi.js
.