mirror of
https://github.com/electron/electron.git
synced 2026-01-28 08:48:14 -05:00
* refactor: prevent consistent early exception * Use _linkedBinding where possible * Remove dead electronBinding
4 lines
109 B
TypeScript
4 lines
109 B
TypeScript
const { nativeImage } = process._linkedBinding('electron_common_native_image');
|
|
|
|
export default nativeImage;
|