UNPKG

graphql-upload-ts

Version:

TypeScript-first middleware and Upload scalar for GraphQL multipart requests (file uploads) with support for Apollo Server, Express, Koa, and more.

6 lines 203 B
import type { Readable } from 'node:stream'; /** * Safely ignores a Node.js readable stream. */ export declare function ignoreStream(stream: Readable): void; //# sourceMappingURL=ignore-stream.d.ts.map