()
| 1688 | } |
| 1689 | |
| 1690 | export function isEnterpriseSubscriber(): boolean { |
| 1691 | return getSubscriptionType() === 'enterprise' |
| 1692 | } |
| 1693 | |
| 1694 | export function isProSubscriber(): boolean { |
| 1695 | return getSubscriptionType() === 'pro' |
no test coverage detected