mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+2
-2
@@ -9,8 +9,8 @@ interface StoreJSStatic {
|
||||
get(key: string): any;
|
||||
remove(key: string): void;
|
||||
clear(): void;
|
||||
enabled: bool;
|
||||
disabled: bool;
|
||||
enabled: boolean;
|
||||
disabled: boolean;
|
||||
transact(key: string, defaultValue: any, transactionFn?: (val: any) => void): void;
|
||||
getAll(): any;
|
||||
serialize(value: any): string;
|
||||
|
||||
Reference in New Issue
Block a user