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 437 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJetpackPlan = isJetpackPlan; const camel_or_snake_slug_1 = require("./camel-or-snake-slug"); const is_jetpack_plan_slug_1 = require("./is-jetpack-plan-slug"); function isJetpackPlan(product) { return (0, is_jetpack_plan_slug_1.isJetpackPlanSlug)((0, camel_or_snake_slug_1.camelOrSnakeSlug)(product)); } //# sourceMappingURL=is-jetpack-plan.js.map