@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
12 lines • 575 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getJetpackPlanAlsoIncludedFeatures = getJetpackPlanAlsoIncludedFeatures;
const translations_1 = require("./translations");
/**
* Get Jetpack plan "Also includes" info based on the product purchase object.
*/
function getJetpackPlanAlsoIncludedFeatures(productSlug) {
const jetpackPlanAlsoIncludedInfo = (0, translations_1.getJetpackPlansAlsoIncludedFeatures)();
return jetpackPlanAlsoIncludedInfo[productSlug];
}
//# sourceMappingURL=get-jetpack-plan-also-included-features.js.map