source:
trip-planner-front/node_modules/core-js/internals/freezing.js@
6a80231
Last change on this file since 6a80231 was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 258 bytes |
Line | |
---|---|
1 | var fails = require('../internals/fails'); |
2 | |
3 | module.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.