()
| 1760 | } |
| 1761 | |
| 1762 | export function isEnterpriseSubscriber(): boolean { |
| 1763 | return getSubscriptionType() === 'enterprise' |
| 1764 | } |
| 1765 | |
| 1766 | export function isProSubscriber(): boolean { |
| 1767 | return getSubscriptionType() === 'pro' |
no test coverage detected