0.3.1 • Published 8 years ago

cwip v0.3.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

Cwip

A small library providing javascript utility methods

Installation

npm install cwip --save

Usage

var cwip = require('cwip') log = cwip.log, existy = cwip.existy; truthy = cwip.truthy;

var x = false;
log(existy(x), truthy(x));

Tests

npm test

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.0 Initial release
0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago