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 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isSecurityT2 = isSecurityT2; const camel_or_snake_slug_1 = require("./camel-or-snake-slug"); const main_1 = require("./main"); function isSecurityT2(product) { return (0, main_1.isSecurityT2Plan)((0, camel_or_snake_slug_1.camelOrSnakeSlug)(product)); } //# sourceMappingURL=is-security-t2.js.map