UNPKG

@automattic/calypso-products

Version:

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

9 lines 441 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isJetpackSearchFree = isJetpackSearchFree; const camel_or_snake_slug_1 = require("./camel-or-snake-slug"); const jetpack_1 = require("./constants/jetpack"); function isJetpackSearchFree(product) { return jetpack_1.PRODUCT_JETPACK_SEARCH_FREE === (0, camel_or_snake_slug_1.camelOrSnakeSlug)(product); } //# sourceMappingURL=is-jetpack-search-free.js.map