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