UNPKG

check-type

Version:

Library to check variable type and properties in object.

13 lines (10 loc) 267 B
// Fixture for matches function // Object to test stucture against var matches_structure_fixture = { "customer_number": 123456789, "password": "abc123" }; if (typeof module !== "undefined") { module.exports = matches_structure_fixture; } // End of file