@fewer/validations
Version:
A collection of pipes that handle common model validation use-cases for Fewer
7 lines • 306 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var confirmation_1 = require("./confirmation");
exports.withConfirmation = confirmation_1.withConfirmation;
var presence_1 = require("./presence");
exports.withPresence = presence_1.withPresence;
//# sourceMappingURL=index.js.map