stringify
var toString = require('to-string')
toString(maybeAValue)
// => String
toStringOrUndefined(4)
// => '4'
toString.orUndefined(undefined)
// => undefined
$ npm install to-string
From package root:
$ npm install
$ npm test
MIT. (c) 2013 jden jason@denizac.org. See LICENSE.md
Copyright 2013 - present © cnpmjs.org | Home |