UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

7 lines 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function IsNominal(voucher) { return voucher.tipoCupom === 'NOMINAL'; } exports.default = IsNominal; //# sourceMappingURL=is-nominal-voucher.js.map