UNPKG

@automattic/calypso-products

Version:

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

4 lines (3 loc) 122 B
export function isFreeWordPressComDomain( product: { is_free?: boolean } ): boolean { return product.is_free === true; }