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) 106 B
export function isBundled( product: { is_bundled: boolean } ): boolean { return !! product.is_bundled; }