UNPKG

abstract-syntax-tree

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