mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
Support AMD
Added an export module, because the original state-machine.js supports AMD, which feature was not available from TypeScript before this patch.
This commit is contained in:
Vendored
+4
@@ -79,3 +79,7 @@ interface StateMachine {
|
||||
}
|
||||
|
||||
declare var StateMachine: StateMachineStatic;
|
||||
|
||||
declare module "state-machine" {
|
||||
export = StateMachineStatic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user