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

Expose qq namespace from wrapper modules

Latest
Compare
Choose a tag to compare
@rnicholus rnicholus released this 17 Oct 16:37

You can now do this:

import FineUploaderS3, { qq } from 'fine-uploader-wrappers/s3'

const uploader = new FineUploaderS3({ ... })
const queuedFileStatus = qq.status.QUEUED

This is possible for the Azure and Traditional modules too, of course.