Repository URL to install this package:
declare type CouponValueType = string | number; declare function isValidCoupon(value: CouponValueType): boolean; export { isValidCoupon };