UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

3 lines (2 loc) 99 B
import { Voucher } from "../types"; export default function GetDiscount(voucher: Voucher): number;