UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

7 lines 208 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function Fixed(value) { return parseFloat(value.toFixed(2)); } exports.default = Fixed; //# sourceMappingURL=fixed-value.js.map