Note
This package is a fork of the abandoned asar-require with notable changes:
- ported to Typescript
- replaced vulnerable
asarpackage with@electron/asar
Enable require to read scripts in [asar] packages.
require('asar-require');
require('/path/to/archive.asar/script');