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 377 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJetpackStatsFreeProductSlug = isJetpackStatsFreeProductSlug; const constants_1 = require("./constants"); function isJetpackStatsFreeProductSlug(productSlug) { return constants_1.PRODUCT_JETPACK_STATS_FREE === productSlug; } //# sourceMappingURL=is-jetpack-stats-free-product-slug.js.map