UNPKG

moringa

Version:

Kamboja helper for MongooseJS

11 lines (10 loc) 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ValidatorDecorator = (function () { function ValidatorDecorator() { } ValidatorDecorator.prototype.shortid = function (message) { return function (target, propertyKey, index) { }; }; ValidatorDecorator.prototype.objectid = function (message) { return function (target, propertyKey, index) { }; }; return ValidatorDecorator; }()); exports.ValidatorDecorator = ValidatorDecorator;