mirror of
https://github.com/electron/electron.git
synced 2026-01-28 00:38:35 -05:00
* chore: tsify more of lib * Update lib/browser/api/session.ts Co-authored-by: Jeremy Apthorp <jeremya@chromium.org> Co-authored-by: Jeremy Apthorp <jeremya@chromium.org>
4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
const { nativeImage } = process.electronBinding('native_image');
|
|
|
|
export default nativeImage;
|