chore: remove bunch of usages of any (#27512)

This commit is contained in:
Milan Burda
2021-01-29 21:41:59 +01:00
committed by GitHub
parent c7aa35a519
commit 79b3393768
16 changed files with 101 additions and 81 deletions

View File

@@ -12,7 +12,7 @@ const contextBridge: Electron.ContextBridge = {
checkContextIsolationEnabled();
return binding.exposeAPIInMainWorld(key, api);
}
} as any;
};
export default contextBridge;