UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

7 lines 207 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function CentsToTotal(value) { return value / 10; } exports.default = CentsToTotal; //# sourceMappingURL=cents-to-total.js.map