Node.js examples for Object:Object Type
Is object boolean
function isBoolean(arg) { return typeof arg === 'boolean'; }