has-object-spread

v1.0.0
check if the environment supports { ...a } spread syntax
detect es6 object-spread

has-object-spread

check if the environment supports { ...a } spread syntax

npm travis standard

Install

npm install has-object-spread

Usage

var hasObjectSpread = require('has-object-spread')

if (hasObjectSpread()) {
  clone = Function('object', '({ ...object })')
}

License

Apache-2.0

npm i has-object-spread

Metadata

Downloads

Maintainers