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
26-x-y
electron
/
lib
/
asar
/
init.ts
4 lines
79 B
TypeScript
Raw
Permalink
Blame
History
import
{
wrapFsWithAsar
}
from
'./fs-wrapper'
;
wrapFsWithAsar
(
require
(
'fs'
)
)
;
View Git Blame
Copy Permalink