Check if the environment supports { ...a } spread syntax (evacuated from NSA/Microsoft Github)
Renée Kooi 73676287c6 1.0.0 | hace 6 años | |
---|---|---|
.gitignore | hace 6 años | |
.travis.yml | hace 6 años | |
CHANGELOG.md | hace 6 años | |
LICENSE.md | hace 6 años | |
README.md | hace 6 años | |
index.js | hace 6 años | |
package.json | hace 6 años | |
test.js | hace 6 años |
check if the environment supports { ...a }
spread syntax
npm install has-object-spread
var hasObjectSpread = require('has-object-spread')
if (hasObjectSpread()) {
clone = Function('object', '({ ...object })')
}