mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 13:00:19 +00:00
Fix module export in state-machine typing
This commit is contained in:
Vendored
+1
-1
@@ -79,5 +79,5 @@ interface StateMachine {
|
||||
declare var StateMachine: StateMachineStatic;
|
||||
|
||||
declare module "state-machine" {
|
||||
export = StateMachineStatic;
|
||||
export = StateMachine;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user