UNPKG

@georgiancollege/express-mvc

Version:
13 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Argument = void 0; class Argument { constructor() { this.api = false; this.tsc = false; this.auth = false; this.hbs = false; } } exports.Argument = Argument; //# sourceMappingURL=argument.js.map