UNPKG

abstract-syntax-tree

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