global.d.ts 101 B

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