UNPKG

abstract-syntax-tree

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