UNPKG

abstract-syntax-tree

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