UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

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