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