You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

552ff5a8567df01bf0ad7275b7dd588b.json 248 B

преди 3 години
1
  1. {"ast":null,"code":"module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};","map":null,"metadata":{},"sourceType":"script"}