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 350 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJetpackAntiSpamSlug = isJetpackAntiSpamSlug; const constants_1 = require("./constants"); function isJetpackAntiSpamSlug(productSlug) { return constants_1.JETPACK_ANTI_SPAM_PRODUCTS.includes(productSlug); } //# sourceMappingURL=is-jetpack-anti-spam-slug.js.map