Minor: remove WhatIsThis type from storage.onready

This commit is contained in:
Evan Hahn 2020-10-13 17:20:21 -05:00 committed by Evan Hahn
parent 5275915072
commit 2491486aff

2
ts/window.d.ts vendored
View file

@ -145,7 +145,7 @@ declare global {
isBlocked: (number: string) => boolean;
isGroupBlocked: (group: unknown) => boolean;
isUuidBlocked: (uuid: string) => boolean;
onready: WhatIsThis;
onready: (callback: () => unknown) => void;
put: (key: string, value: any) => Promise<void>;
remove: (key: string) => Promise<void>;
removeBlockedGroup: (group: string) => void;