MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isMaxSubscriber

Function isMaxSubscriber

src/utils/auth.ts:1747–1749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1745}
1746
1747export function isMaxSubscriber(): boolean {
1748 return getSubscriptionType() === 'max'
1749}
1750
1751export function isTeamSubscriber(): boolean {
1752 return getSubscriptionType() === 'team'

Calls 1

getSubscriptionTypeFunction · 0.85

Tested by

no test coverage detected