is-property
Example
var isProperty = require("is-property")
console.log(isProperty("foo")) //Prints true
console.log(isProperty("0")) //Prints falseInstall
npm install is-propertyrequire("is-property")(str)
require("is-property")(str)Credits
Last updated