fine-uploader icon indicating copy to clipboard operation
fine-uploader copied to clipboard

Support TypeScript definitions for fine-uploader/lib/core/s3

Open bradleyayers opened this issue 7 years ago • 2 comments

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({/*…*/});

bradleyayers avatar Mar 27 '18 21:03 bradleyayers

@SinghSukhdeep are there any tools to automate generation of fine-uploader.d.ts?

bradleyayers avatar Mar 27 '18 21:03 bradleyayers

@bradleyayers I haven't used any tools for generating type definitions (I don't know if any such tools exist that can auto generate).

singhjusraj avatar Mar 29 '18 02:03 singhjusraj