export = in declarations file #73
Closed
Labels
Comments
Not yet, will fix. |
+1. Would be nice to be able to export not only class, but function and var too:
|
What's the workaround for this? |
Closed
Generally you should be able to use the "special" identifier See #455 for an example of the |
ok, #457 is fixed, so this should be possible in master, and when 0.13 is released. |
jeffmo
pushed a commit
to jeffmo/flow
that referenced
this issue
Jul 31, 2015
Support declare var, declare function, declare class and declare module
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to use bluebird.
The definition file is like that.
The problem is that I have no way to declare that 'bluebird' is 'Promise', with typescript I would do :
is there a way to declare such behavior ?
The text was updated successfully, but these errors were encountered: