UNPKG

@graphql-mesh/transport-rest

Version:
5 lines (4 loc) 137 B
export declare function isFileUpload(obj: any): obj is { createReadStream: () => AsyncIterable<Uint8Array>; mimetype: string; };