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 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isBundled = isBundled; function isBundled(product) { return !!product.is_bundled; } //# sourceMappingURL=is-bundled.js.map