This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
0ccf25af21
electron
/
lib
/
common
/
api
/
shell.ts
4 lines
86 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add shell.trashItem() to replace shell.moveItemToTrash() (#25114)
2020-09-02 11:32:33 -06:00
const
shell
=
process
.
_linkedBinding
(
'electron_common_shell'
)
;
export
default
shell
;