LD_READY: InjectionKey<Readonly<Ref<boolean, boolean>>> = ...

Injection key used to retrieve a boolean ref indicating if the LaunchDarkly client has finished initializing. Usage: const ldReady = inject(LD_READY). Alternatively use useLDReady.