mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Merge pull request #6998 from b0r3as/master
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