artdaq_node_server
v1_00_07
|
function Foo() { this.a = 1; }
_.isPlainObject(new Foo); // => false
_.isPlainObject([1, 2, 3]); // => false
_.isPlainObject({ 'x': 0, 'y': 0 }); // => true
_.isPlainObject(Object.create(null)); // => true