UNPKG

@automattic/calypso-products

Version:

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

5 lines 210 B
import { JETPACK_GROWTH_PLANS } from './constants'; export function isJetpackGrowthSlug(productSlug) { return JETPACK_GROWTH_PLANS.includes(productSlug); } //# sourceMappingURL=is-jetpack-growth-slug.js.map