fine-uploader
fine-uploader copied to clipboard
Support TypeScript definitions for fine-uploader/lib/core/s3
Type of issue
- [ ] Bug report
- [x] Feature request
Uploader type
- [ ] Traditional
- [x] S3
- [ ] Azure
Feature request details
I'm using TypeScript and I want to use the fine-uploader/lib/core/s3 module, but there are currently no types declared for that module. I want to be able to write:
import { s3 } from `fine-uploader/lib/core/s3`;
const uploader = new s3.FineUploaderBasic({/*…*/});
@SinghSukhdeep are there any tools to automate generation of fine-uploader.d.ts?
@bradleyayers I haven't used any tools for generating type definitions (I don't know if any such tools exist that can auto generate).