UNPKG

abstract-syntax-tree

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