UNPKG

node-web-mvc

Version:
9 lines (8 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ValidationContext { constructor(constraints) { this.constraints = constraints; } } exports.default = ValidationContext;