UNPKG

@automattic/calypso-products

Version:

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

6 lines 301 B
import { isGoogleWorkspaceMonthly } from './is-google-workspace-monthly'; import { isTitanMailMonthly } from './is-titan-mail-monthly'; export function isEmailMonthly(product) { return isGoogleWorkspaceMonthly(product) || isTitanMailMonthly(product); } //# sourceMappingURL=is-email-monthly.js.map