method ProviderRegistry.prototype.get
ProviderRegistry.prototype.get(token: string): ProviderEntry | undefined

Looks up a provider entry, walking the parent chain.

Parameters

token: string

The capability token

Return Type

ProviderEntry | undefined

The entry, or undefined when not found in this chain

Usage

import { ProviderRegistry } from "di-plugin/src/index.ts";