0.2.0 • Published 11 years ago

to-string v0.2.0

Weekly downloads
1,128
License
MIT
Repository
github
Last release
11 years ago

to-string

stringify

usage

var toString = require('to-string')

toString(maybeAValue)
// => String

toStringOrUndefined(4)
// => '4'

toString.orUndefined(undefined)
// => undefined

installation

$ npm install to-string

running the tests

From package root:

$ npm install
$ npm test

contributors

license

MIT. (c) 2013 jden jason@denizac.org. See LICENSE.md