1.0.1 • Published 6 years ago

stringularity-type-utils v1.0.1

Weekly downloads
11
License
See License in LI...
Repository
github
Last release
6 years ago

Stringularity-type-utils

Table of contents:

Documentation

Less type boilerplate, more fun!

The functions available were written as needed over the course of two years (2015-2017), and with most browsers' support in mind - not guaranteed to properly work in IE8 or below without performance hitches or such.

Usage

var stu = require('stringularity-type-utils');

stu.isString('someString');
// ...

Testing

The unit tests were written using mocha, chai and coverage with istanbul, and nyc. A lot of effort went into the exhaustive unit testing of the fundamental functions - the basics.

License

MIT