UNPKG

vitepress-openapi

Version:

Generate VitePress API Documentation from OpenAPI Specification.

6 lines (5 loc) 256 B
import type { OASidebarItem } from '../../composables/useSidebar'; /** * Ensures that all group text starts with a slash for consistent path-like formatting. */ export declare function ensureGroupTextSlashPrefix(items: OASidebarItem[]): OASidebarItem[];