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