UNPKG

vash

Version:

Razor syntax for JS templating

4 lines 90 B
module.exports = function ProgramNode() { this.type = 'VashProgram'; this.body = []; }