@stdlib/assert-is-nonconfigurable-property-in
Version:
Test if an object's own or inherited property is non-configurable.
6 lines (5 loc) • 355 B
JavaScript
;var s=function(e,r){return function(){return r||e((r={exports:{}}).exports,r),r.exports}};var n=s(function(p,i){
var o=require('@stdlib/utils-property-descriptor-in/dist');function u(e,r){var t=o(e,r);return t!==null&&t.configurable===!1}i.exports=u
});var a=n();module.exports=a;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map