to-string
stringify
Last updated 13 years ago by jden .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install to-string 
SYNC missed versions from official npm registry.

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

Current Tags

  • 0.2.0                                ...           latest (13 years ago)

2 Versions

  • 0.2.0                                ...           13 years ago
  • 0.1.0                                ...           13 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (2)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |