UNPKG

abstract-syntax-tree

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