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