to-string

0.2.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i to-string

    Weekly Downloads

    452

    Version

    0.2.0

    License

    MIT

    Last publish

    Collaborators