Better Packages

better-capitalize

capitalize the first letter of a string, of a bunch of words, or an array (with a bunch of words), returning false if the string is undefined

1.0.0 • Published 11 years ago

obj-to-str

# Obj To String Make {} Objects Converted To String With This Module! Usage Example : `var objToStr = require('obj-to-str')` `var servers = {}` `servers['123'].path = 'c:\prgramfiles'` `servers['23']._id = '123'` `let converted = objToStr.convert

1.3.0 • Published 7 years ago