UNPKG

@sanity/tsdoc

Version:

Generate API reference docs from TypeScript projects and store in a Sanity-friendly JSON format. Render a static frontend, or as React components.

8 lines (7 loc) 177 B
export const RELEASE_TAGS: Record<number, 'internal' | 'alpha' | 'beta' | 'public' | undefined> = { 0: undefined, 1: 'internal', 2: 'alpha', 3: 'beta', 4: 'public', }