UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

8 lines (7 loc) 241 B
// 19.1.2.12 Object.isFrozen(O) var isObject = require('./$.is-object'); require('./$.object-sap')('isFrozen', function($isFrozen){ return function isFrozen(it){ return isObject(it) ? $isFrozen ? $isFrozen(it) : false : true; }; });