Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 291 Bytes

readme.md

File metadata and controls

25 lines (16 loc) · 291 Bytes

test-object

Test if var is an object.

Install

$ npm install --save test-object

Usage

const testObject = require('test-object');

testObject('unicorns');
// false

testObject({ happiness: true });
// false

License

MIT © tobihrbr