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 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJetpackBusiness = isJetpackBusiness; const is_business_1 = require("./is-business"); const is_jetpack_plan_1 = require("./is-jetpack-plan"); function isJetpackBusiness(product) { return (0, is_business_1.isBusiness)(product) && (0, is_jetpack_plan_1.isJetpackPlan)(product); } //# sourceMappingURL=is-jetpack-business.js.map