Skip to content
maximkrouk edited this page May 5, 2022 · 2 revisions

Types

Protocols

  • GlobalDependenciesAccessing: A marker protocol that provides convenient access to global dependencies.
  • GlobalEnvironment: A protocol characterizing a type that has no local dependencies.
  • DependencyKey: Conform types to this protocol to define dependencies as Dependencies computed properties.

Global Typealiases