UNPKG

abstract-syntax-tree

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