UNPKG

abstract-syntax-tree

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