UNPKG

angular-aws-s3

Version:

Open Source Module to Upload your Media and files into AWS S3 Bucket directly from Front-end

3 lines (2 loc) 109 B
import { IConfig } from "./types"; export declare const throwError: (config: IConfig, file: File) => void;