Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 914 Bytes

samridhi.js

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.

Download

You are free to use my library in your code.

   Install

Installation

   In a browser:

<script src="_.js"></script>

   In Node.js:

var _ = require('./_.js');  

Testing

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.