UNPKG

abstract-syntax-tree

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