Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
const
schemas = require(
'../schemas'
);
4
5
const
isObject = a => !!a && a.constructor === Object;
6
7
const
validateRequired = obj => {
8
const
errors = validateRequiredRecursive(obj);
Callers
1
validateRequiredRecursive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected