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