659e79fc08
* refactor: prevent consistent early exception * Use _linkedBinding where possible * Remove dead electronBinding
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
const { nativeImage } = process._linkedBinding('electron_common_native_image');
|
|
|
|
export default nativeImage;
|