mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+2
-2
@@ -57,11 +57,11 @@ interface StateMachineTransition {
|
||||
}
|
||||
|
||||
interface StateMachineIs {
|
||||
(state: string): bool;
|
||||
(state: string): boolean;
|
||||
}
|
||||
|
||||
interface StateMachineCan {
|
||||
(evt: string): bool;
|
||||
(evt: string): boolean;
|
||||
}
|
||||
|
||||
interface StateMachine {
|
||||
|
||||
Reference in New Issue
Block a user