UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

7 lines 205 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function IsValid(voucher) { return voucher.valido; } exports.default = IsValid; //# sourceMappingURL=is-valid-voucher.js.map