mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +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:
4
state-machine/state-machine.d.ts
vendored
4
state-machine/state-machine.d.ts
vendored
@@ -79,3 +79,7 @@ interface StateMachine {
|
||||
}
|
||||
|
||||
declare var StateMachine: StateMachineStatic;
|
||||
|
||||
declare module "state-machine" {
|
||||
export = StateMachineStatic;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user