1.0.0 • Published 8 years ago
just-to-string v1.0.0
just-to-string
npm i just-to-stringconst toString = require('just-to-string')It's just toString, but without any chance of throwing
toString(null) // => '[object Null]'
toString(Object.create(null)) // => '[object Object]'License
1.0.0
8 years ago