UNPKG

@automattic/calypso-products

Version:

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

7 lines 249 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isThemePurchase = isThemePurchase; function isThemePurchase(purchase) { return 'theme' === purchase.productType; } //# sourceMappingURL=is-theme-purchase.js.map