UNPKG

vash

Version:

Razor syntax for JS templating

6 lines 155 B
var Node = module.exports = function ExpressionNode() { this.type = 'VashExpression'; this.values = []; this.startloc = null; this.endloc = null; }