UNPKG

lightfold

Version:

lightweight scaffolding and archiving utility CLI.

7 lines (5 loc) 213 B
var fails = require('../internals/fails'); // Thank's IE8 for his funny defineProperty module.exports = !fails(function () { return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7; });