UNPKG

@automattic/calypso-products

Version:

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

8 lines 357 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJetpackSecurityT1Slug = isJetpackSecurityT1Slug; const constants_1 = require("./constants"); function isJetpackSecurityT1Slug(productSlug) { return constants_1.JETPACK_SECURITY_T1_PLANS.includes(productSlug); } //# sourceMappingURL=is-jetpack-security-t1-slug.js.map