UNPKG

@automattic/calypso-products

Version:

This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.

8 lines (6 loc) 163 B
export function isPartnerBundleOnboarding(): boolean { if ( new URLSearchParams( location.search ).has( 'partnerBundle' ) ) { return true; } return false; }