@automattic/calypso-products
Version:
This module contains information about the various products sold within calypso, such as product slugs, plan intervals, etc.
17 lines • 989 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./main"), exports);
tslib_1.__exportStar(require("./camel-or-snake-slug"), exports);
tslib_1.__exportStar(require("./types"), exports);
tslib_1.__exportStar(require("./plans"), exports);
tslib_1.__exportStar(require("./plans-utilities"), exports);
tslib_1.__exportStar(require("./constants"), exports);
tslib_1.__exportStar(require("./product-values"), exports);
tslib_1.__exportStar(require("./get-interval-type-for-term"), exports);
tslib_1.__exportStar(require("./get-price-tier-for-units"), exports);
tslib_1.__exportStar(require("./is-tiered-volume-space-addon"), exports);
tslib_1.__exportStar(require("./is-multi-year-domain-product"), exports);
tslib_1.__exportStar(require("./get-storage-addon-display-name"), exports);
tslib_1.__exportStar(require("./get-akismet-pro-500-product-display-name"), exports);
//# sourceMappingURL=index.js.map