4 lines
126 B
TypeScript
4 lines
126 B
TypeScript
|
const binding = process._linkedBinding('electron_renderer_web_utils');
|
||
|
|
||
|
export const getPathForFile = binding.getPathForFile;
|