mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-24 11:29:30 +08: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