-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Describe the bug
Currently, we expose lib/keys as an empty type:
Line 94 in de21d50
| declare module "ace-code/src/lib/keys" { } |
We should improve this to export the type of this module so that typescript users don't have to define the types themselves for this module.
Ace Version
1.37.1