UNPKG

@scalar/openapi-parser

Version:

modern OpenAPI parser written in TypeScript

6 lines 258 B
import type { Filesystem, Queue, Task } from '../../../types/index.js'; /** * Run the chained tasks and return just the filesystem */ export declare function files<T extends Task[]>(queue: Queue<T>): Promise<Filesystem>; //# sourceMappingURL=files.d.ts.map