UNPKG

@automattic/calypso-products

Version:

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

9 lines 424 B
import { getJetpackPlansAlsoIncludedFeatures } from './translations'; /** * Get Jetpack plan "Also includes" info based on the product purchase object. */ export function getJetpackPlanAlsoIncludedFeatures(productSlug) { const jetpackPlanAlsoIncludedInfo = getJetpackPlansAlsoIncludedFeatures(); return jetpackPlanAlsoIncludedInfo[productSlug]; } //# sourceMappingURL=get-jetpack-plan-also-included-features.js.map