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