@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
8 lines • 358 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isJetpackVideoPressSlug = isJetpackVideoPressSlug;
const constants_1 = require("./constants");
function isJetpackVideoPressSlug(productSlug) {
return constants_1.JETPACK_VIDEOPRESS_PRODUCTS.includes(productSlug);
}
//# sourceMappingURL=is-jetpack-videopress-slug.js.map