UNPKG

voucher-validator

Version:

This lib provide validator to check business rules for a voucher

6 lines (5 loc) 193 B
export * from './specification/voucher.specification'; export * from './core/voucher-validator'; export * from './types/index'; export * from './utils/index'; export * from './core/validator';