Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the typings to enable TS import (atlassian#20)
After the change to typings, it's now impossible to `import * as BAE` in Typescript, but it is the only way to use the library. With the current version `import BAE from ...` TS is happy, but after compilation to JS the import is not a constructor (tsc compiles the default import in a different way).
- Loading branch information