UNPKG

abstract-syntax-tree

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