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