Skip to content
Adam Smith edited this page Feb 16, 2016 · 13 revisions

vitals npm version

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!

API

Base Methods Strict Methods File System Methods Shell Methods
bind* amend copy run
copy cap* cut*
cut create get
each freeze to
fill seal
fuse
get
has
is
remap
roll
same
slice
to
trim*
until
* Scheduled for future release.

-- Happy Developing,

Algorithm IV Logo

Clone this wiki locally