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