@stdlib/utils-define-nonenumerable-read-only-property
Version:
Define a non-enumerable read-only property.
6 lines (5 loc) • 359 B
JavaScript
;var i=function(r,e){return function(){return e||r((e={exports:{}}).exports,e),e.exports}};var s=i(function(o,a){
var l=require('@stdlib/utils-define-property/dist');function n(r,e,t){l(r,e,{configurable:!1,enumerable:!1,writable:!1,value:t})}a.exports=n
});var u=s();module.exports=u;
/** @license Apache-2.0 */
//# sourceMappingURL=index.js.map