-
Notifications
You must be signed in to change notification settings - Fork 148
No Typescript typings #142
Comments
Can someone from the team please comment on this? my team (azure-sdk-for-node) is prototyping a version of our libraries written purely in typescript and we depend on adal-node for authentication. Not having a .d.ts would be setback for us, so having some kind of idea of whether this will be supported or not will help us plan better. [tagging @amarzavery] |
I have a beginning of typings here: https://github.com/mmaitre314/CostMonitor/blob/master/CostMonitor/adal-node.d.ts |
Typings would be very helpful indeed. |
@rayluo @kpanwar - Can someone maintaining this repo provide an ETA for this? |
@amarzavery for the record, I just tried using the Microsoft/dts-gen to generate a .d.ts for adal-node -- no dice. I've logged the issue microsoft/dts-gen#84 |
@craxal @balajikris @mmaitre314 @SimonSchick @benrr101 Typings added as of version 0.1.25. Many thanks to @amarzavery for the contribution. |
Unless I'm mistaken, there doesn't seem to be any typings for node-adal. There is a @types/adal package on npm, but this appears to be for a different package. Having type declarations for this package would be greatly appreciated!
See also DefinitelyTyped/DefinitelyTyped#12586.
The text was updated successfully, but these errors were encountered: