@scalar/api-reference
Version:
Generate beautiful API references from OpenAPI documents
9 lines • 321 B
TypeScript
/**
* Gets the "name" of the schema from the ref path
* TODO: this will change so fix it when the new refs are out
* Then add tests
*
* @example SchemaName from #/components/schemas/SchemaName
*/
export declare const getRefName: (ref: string) => string | null | undefined;
//# sourceMappingURL=get-ref-name.d.ts.map