UNPKG

@automattic/calypso-products

Version:

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

8 lines 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isVipPlan = isVipPlan; const camel_or_snake_slug_1 = require("./camel-or-snake-slug"); function isVipPlan(product) { return 'vip' === (0, camel_or_snake_slug_1.camelOrSnakeSlug)(product); } //# sourceMappingURL=is-vip-plan.js.map