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 238 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDomain = getDomain; function getDomain(product) { return product.extra?.domain_to_bundle ?? product.meta; } //# sourceMappingURL=get-domain.js.map