MCPcopy Create free account
hub / github.com/PrairieLearn/PrairieLearn / isObject

Function isObject

tests/testSchemas.js:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3const schemas = require('../schemas');
4
5const isObject = a => !!a && a.constructor === Object;
6
7const validateRequired = obj => {
8 const errors = validateRequiredRecursive(obj);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected