source: trip-planner-front/node_modules/core-js/internals/freezing.js@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 258 bytes
Line 
1var fails = require('../internals/fails');
2
3module.exports = !fails(function () {
4 // eslint-disable-next-line es/no-object-isextensible, es/no-object-preventextensions -- required for testing
5 return Object.isExtensible(Object.preventExtensions({}));
6});
Note: See TracBrowser for help on using the repository browser.