browser-ipc-provider.ts 75 B

1234567
  1. "use strict";
  2. const IpcProvider: any = null;
  3. export {
  4. IpcProvider
  5. };