Repository URL to install this package:
Version:
2.0.11-7 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const notionIpc = require("../helpers/notionIpc");
window.opener = {
postMessage: (msg, origin) => {
notionIpc.sendToMain("notion:post-message", msg);
},
};
//# sourceMappingURL=popupPreload.js.map