UNPKG

s3-file-manager

Version:

A streamlined, high-level S3 client for Node.js with built-in retries and support for uploads, downloads, and file operations — works with any S3-compatible storage.

3 lines (2 loc) 132 B
export type StreamType = "Blob" | "Readable" | "ReadableStream"; export declare const isStreamType: (t: string) => t is StreamType;