UNPKG

@scalar/openapi-parser

Version:

modern OpenAPI parser written in TypeScript

6 lines 264 B
import type { Filesystem, FilesystemEntry } from '../types/index.js'; /** * Return just the entrypoint of the filesystem. */ export declare function getEntrypoint(filesystem?: Filesystem): FilesystemEntry | undefined; //# sourceMappingURL=get-entrypoint.d.ts.map