@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
4 lines • 314 B
TypeScript
import type { TraversedEntry } from '@scalar/workspace-store/schemas/navigation';
/** Loops through the entries and returns the index of the current entry based on the hash */
export declare const getCurrentIndex: (hash: string, entries: TraversedEntry[]) => number;
//# sourceMappingURL=get-current-index.d.ts.map