@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
9 lines • 488 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.isEmailMonthly = isEmailMonthly;
const is_google_workspace_monthly_1 = require("./is-google-workspace-monthly");
const is_titan_mail_monthly_1 = require("./is-titan-mail-monthly");
function isEmailMonthly(product) {
return (0, is_google_workspace_monthly_1.isGoogleWorkspaceMonthly)(product) || (0, is_titan_mail_monthly_1.isTitanMailMonthly)(product);
}
//# sourceMappingURL=is-email-monthly.js.map