mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
|
var fails = require('../internals/fails');
|
||
|
|
||
|
module.exports = !fails(function () {
|
||
|
return Object.isExtensible(Object.preventExtensions({}));
|
||
|
});
|