Skip to main content
Version: 1.x

@microsoft/fast-foundation > all

all variable

A decorator and DI resolver that will resolve an array of all dependencies registered with the specified key.

Signature:
all: (key: any, searchAncestors?: boolean | undefined) => ReturnType<typeof DI.inject>