Appearance
hasOnlyPlainObjects(data): boolean
data
boolean
Checks if all objects in data are plain objects (Object.prototype)
unknown
Data to check recursively
true if all objects have Object.prototype, false otherwise