README
vitals
Give Your JS Life
vitals is a foundational JavaScript library designed to replace all native string, object and array methods with just 16 base methods. It will improve your project's readability, stability and performance. It fixes core JS issues such as + overloading and unequal equality. Its additional methods will also allow you to more efficiently utilize immutability, strong typing, and node.js interactions with the file system or shell. Built with simplicity vitals hopes to inspire you to use functional JavaScript as the bedrock for all of your projects!
Own That String Example
// every root vitals method handles multiple operations
// most handle responses for objects, arrays, and strings
// sub vitals methods offer fine-grained control
// watch this example of vitals owning stringy things
var v, i, t, a, l, s;
var functional, life;
life = '123abc345XYZ';
v = require('node-vitals')('base');
i = v.cut(life, 3, /[a-z]/g); // "1245XYZ"
t = v.remap(life, 3, 'w