Function addToDebugRegistry
- addToDebugRegistry<T extends keyof DebugRegistry>(
type: T,
key: string,
value: NonNullable<
ReturnType<NonNullable<DebugRegistry[T]>[string]["deref"]>,
>,
): voidType Parameters
- T extends keyof DebugRegistry
Parameters
- type: T
- key: string
- value: NonNullable<ReturnType<NonNullable<DebugRegistry[T]>[string]["deref"]>>
Returns void