UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

9 lines 226 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function GetValue(value) { if (value < 0) return 0; return value; } exports.default = GetValue; //# sourceMappingURL=get-value.js.map