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 440 B
import { getJetpackProductsWhatIsIncluded } from './translations'; /** * Get Jetpack product "Includes" info based on the product purchase object. */ export function getJetpackProductWhatIsIncluded(product) { const jetpackProductsIncludesInfo = getJetpackProductsWhatIsIncluded(); return jetpackProductsIncludesInfo[product.product_alias ?? product.product_slug]; } //# sourceMappingURL=get-jetpack-product-what-is-included.js.map