MCPcopy Create free account
hub / github.com/OpenReservation/OpenReservation / isBlankObject

Function isBlankObject

OpenReservation/wwwroot/Scripts/angular.js:583–585  ·  view source on GitHub ↗

* Determine if a value is an object with a null prototype * * @returns {boolean} True if `value` is an `Object` with a null prototype

(value)

Source from the content-addressed store, hash-verified

581 * @returns {boolean} True if `value` is an `Object` with a null prototype
582 */
583 function isBlankObject(value) {
584 return value !== null && typeof value === 'object' && !getPrototypeOf(value);
585 }
586
587 /**
588 * @ngdoc function

Callers 2

forEachFunction · 0.85
copyRecurseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected