UNPKG

abstract-syntax-tree

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