UNPKG

vash

Version:

Razor syntax for JS templating

6 lines 131 B
module.exports = function TextNode() { this.type = 'VashText'; this.value = ''; this.startloc = null; this.endloc = null; }