Services
Services<
T>(…keys):IntoDependencies<T>
Type parameters
• T extends keyof Dependencies[]
Parameters
• …keys: [...T[]]
Returns
IntoDependencies<T>
array of dependencies, in the same order of keys provided
Since
3.0.0 The plural version of Service