propertyOptions.js 128 B

12345678
  1. 'use strict';
  2. module.exports = Object.freeze({
  3. enumerable: true,
  4. configurable: true,
  5. writable: true,
  6. value: void 0
  7. });