()
| 1692 | } |
| 1693 | |
| 1694 | export function isEnterpriseSubscriber(): boolean { |
| 1695 | return getSubscriptionType() === 'enterprise' |
| 1696 | } |
| 1697 | |
| 1698 | export function isProSubscriber(): boolean { |
| 1699 | return getSubscriptionType() === 'pro' |
no test coverage detected