shims.d.ts 101 B

123456
  1. declare namespace NodeJS {
  2. interface ProcessEnv {
  3. HOME: string;
  4. USERPROFILE: string;
  5. }
  6. }