env.d.ts 77 B

1234
  1. export declare const env: {
  2. isNode: boolean;
  3. forceCache: boolean;
  4. };