UNPKG

karma-dev-react-aws-s3-typescript

Version:

Open source npm package to upload your files into AWS S3 Bucket directly using react(typescript template)

5 lines (4 loc) 114 B
import { IConfig } from './types'; export default class Policy { static getPolicy(config: IConfig): string; }