has-object-spread check if the environment supports { ...a } spread syntax Install npm install has-object-spread Usage var hasObjectSpread = require('has-object-spread') if (hasObjectSpread()) { clone = Function('object', '({ ...object })') } License Apache-2.0