global.d.ts 101 B

1234567
  1. declare let process : {
  2. browser: string;
  3. version: string;
  4. platform: string;
  5. arch: string;
  6. };