UNPKG

@automattic/calypso-products

Version:

This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.

11 lines 845 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isGSuiteOrExtraLicenseOrGoogleWorkspace = isGSuiteOrExtraLicenseOrGoogleWorkspace; const camel_or_snake_slug_1 = require("./camel-or-snake-slug"); const is_google_workspace_product_slug_1 = require("./is-google-workspace-product-slug"); const is_gsuite_or_extra_license_product_slug_1 = require("./is-gsuite-or-extra-license-product-slug"); function isGSuiteOrExtraLicenseOrGoogleWorkspace(product) { return ((0, is_gsuite_or_extra_license_product_slug_1.isGSuiteOrExtraLicenseProductSlug)((0, camel_or_snake_slug_1.camelOrSnakeSlug)(product)) || (0, is_google_workspace_product_slug_1.isGoogleWorkspaceProductSlug)((0, camel_or_snake_slug_1.camelOrSnakeSlug)(product))); } //# sourceMappingURL=is-gsuite-or-extra-license-or-google-workspace.js.map