UNPKG

gulp-vash-static

Version:

Gulp plugin for converting Vash razor templates to static html

13 lines (12 loc) 257 B
var WgAppHeader = (function () { function WgAppHeader() { this.Title = "Jimmy D"; } return WgAppHeader; }()); var PgHome = (function () { function PgHome() { this.AppHeader = new WgAppHeader(); } return PgHome; }());