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