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