UNPKG

check-type

Version:

Library to check variable type and properties in object.

18 lines (15 loc) 325 B
// Fixture for has function // Object literals with attributes to test against var has_attribute_fixture = { "hello": { "world": { "foo": { "bar": true } } } }; if (typeof module !== "undefined") { module.exports = has_attribute_fixture; } // End of file