Check if the environment supports { ...a } spread syntax (evacuated from NSA/Microsoft Github)
Renée Kooi 73676287c6 1.0.0 | преди 6 години | |
---|---|---|
.gitignore | преди 6 години | |
.travis.yml | преди 6 години | |
CHANGELOG.md | преди 6 години | |
LICENSE.md | преди 6 години | |
README.md | преди 6 години | |
index.js | преди 6 години | |
package.json | преди 6 години | |
test.js | преди 6 години |
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 })')
}