UNPKG

abstract-syntax-tree

Version:
9 lines (7 loc) 145 B
class RestElement { constructor (options) { this.type = 'RestElement' Object.assign(this, options) } } module.exports = RestElement