electron/lib/common/api/shell.ts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
86 B
TypeScript
Raw Normal View History

const shell = process._linkedBinding('electron_common_shell');
export default shell;