UNPKG

abstract-syntax-tree

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