init.ts 79 B

123
  1. import { wrapFsWithAsar } from './fs-wrapper';
  2. wrapFsWithAsar(require('fs'));