basic unit of measure annotations
adj. of or relating to a unit of measure
var unitary = require('unitary')
var cents = unitary('cents')
var stickOfGum = cents(25)
stickOfGum.valueOf()
// => 25
5 * stickOfGum
// => 125
stickOfGum.unit
// => 'cents'
stickOfGum.is(cents)
// true
$ npm install unitary
From package root:
$ npm install
$ npm test
- jden jason@denizac.org
MIT. (c) MMXIII AgileMD http://agilemd.com