Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

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

Open
2 of 5 tasks
bradleyayers opened this issue Mar 27, 2018 · 2 comments
Open
2 of 5 tasks

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

bradleyayers opened this issue Mar 27, 2018 · 2 comments

Comments

@bradleyayers
Copy link
Contributor

bradleyayers commented Mar 27, 2018

Type of issue

  • Bug report
  • Feature request

Uploader type

  • Traditional
  • 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
Copy link
Contributor Author

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

@bradleyayers bradleyayers changed the title Support TypeScript definitions for fine-uploader/lib/core/* Support TypeScript definitions for fine-uploader/lib/core/s3 Mar 27, 2018
@singhjusraj
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants