mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
added/fixed headers o-s
https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Vendored
+2
-2
@@ -1,9 +1,9 @@
|
||||
// Type definitions for Finite State Machine 2.2
|
||||
// Project: https://github.com/jakesgordon/javascript-state-machine
|
||||
// Definitions by: Boris Yankov <https://github.com/borisyankov/>
|
||||
// Definitions by: Maarten Docter <https://github.com/mdocter> (2013/01/22)
|
||||
// Definitions by: William Sears <https://github.com/MrBigDog2U> (2013/01/25)
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
// Updated: 2013/01/22 by Maarten Docter <https://github.com/mdocter>
|
||||
// Updated: 2013/01/25 by William Sears <https://github.com/MrBigDog2U>
|
||||
|
||||
interface StateMachineErrorCallback {
|
||||
(eventName?: string, from?: string, to?: string, args?: any[], errorCode?: number, errorMessage?: string, ex?: Error): void; // NB. errorCode? See: StateMachine.Error
|
||||
|
||||
Reference in New Issue
Block a user