validator-is
Version:
**validator-is: Simplify Your Validation and Swagger Documentation**
7 lines (6 loc) • 307 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Is = void 0;
// Is Decorator export
var is_validator_decorator_1 = require("./is-validator.decorator");
Object.defineProperty(exports, "Is", { enumerable: true, get: function () { return is_validator_decorator_1.Is; } });