Variable ansiInitializationPromiseConst

ansiInitializationPromise: Promise<void> = ...

A promise that resolves when the async initialization to detect ANSI color support is complete. If ANSI colors are not supported, disables ANSI coloring. This is immediately invoked to start the detection process as soon as the module is imported.