Functions

isInjectionKey

Function: isInjectionKey()

isInjectionKey(key): key is InjectionKey

Defined in: src/conventions.ts:343

True when a scope key is any of the known injection keys.

Parameters

key

string

Returns

key is InjectionKey

On this page