@automattic/wpcom-checkout
Version:
Functions and components used by WordPress.com checkout.
11 lines • 377 B
TypeScript
/**
* Get Partner Coupon
*
* This method uses some of the same detection logic as partnerCouponRedirects in
* the Connection controller, and future improvements should probably unify the two
* code bases to "generic utility functions".
*/
export declare function getPartnerCoupon({ coupon }: {
coupon: string;
}): boolean;
//# sourceMappingURL=partner-coupon.d.ts.map