@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
9 lines • 429 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isTitanMailMonthly = isTitanMailMonthly;
const camel_or_snake_slug_1 = require("./camel-or-snake-slug");
const constants_1 = require("./constants");
function isTitanMailMonthly(product) {
return constants_1.TITAN_MAIL_MONTHLY_SLUG === (0, camel_or_snake_slug_1.camelOrSnakeSlug)(product);
}
//# sourceMappingURL=is-titan-mail-monthly.js.map