Something went wrong. Try again.
This repository has no description
Something went wrong. Try again.
236 B · 8 lines
TypeScript
123456789import { contextBridge, ipcRenderer } from "electron";
contextBridge.exposeInMainWorld("SP_ELECTRON", { isElectron: true,});contextBridge.exposeInMainWorld("getPrivateKey", () => { return ipcRenderer.invoke("getPrivateKey");});