UNPKG

abstract-syntax-tree

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