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.

4 lines (3 loc) 111 B
export const isStreamType = (t) => { return t === "Blob" || t === "Readable" || t === "ReadableStream"; };