UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

3 lines (2 loc) 120 B
import { Voucher } from "../types"; export default function IsValidProduct(voucher: Voucher, product: string): boolean;