Home / File/ global.d.ts — react Source File

global.d.ts — react Source File

Architecture documentation for global.d.ts, a typescript file in the react codebase.

File typescript 1 classes

Entity Profile

Relationship Graph

Source Code

// In order to support the __EXPERIMENTAL__ global in TypeScript,
// we need to declare it here.  The value of this is set in both
// the jest setup and CI build
declare const __EXPERIMENTAL__: boolean;

Frequently Asked Questions

What does global.d.ts do?
global.d.ts is a source file in the react codebase, written in typescript.
Where is global.d.ts in the architecture?
global.d.ts is located at packages/eslint-plugin-react-hooks/src/types/global.d.ts (directory: packages/eslint-plugin-react-hooks/src/types).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free