Skip to content

SimpleDependency

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions
API / SimpleDependency<T> alias

Represents a simple dependnecy where any additional dependencies are resolved through the provided dependnecy resolver.

type SimpleDependency<T> = {
  new (dependencyResolver: IDependencyResolver): T;
};

Source reference: src/dependencies/IDependencyResolver.ts:93.

Generic Parameters

  • T - The simple dependency type.

See also

Clone this wiki locally