UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

3 lines (2 loc) 179 B
import { ContentDisposition } from '../types/options'; export declare const constructContentDisposition: (contentDisposition?: string | ContentDisposition) => string | undefined;