UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

3 lines (2 loc) 129 B
import { Voucher } from "../types"; export default function IsValidDocument(voucher: Voucher, document: string | null): boolean;