Extracts the Dependency types required by an Effect, WrapEffect, PipeableThunk, or Dependency itself.
The type to extract dependency requirements from
If T is a Dependency, it returns T directly. Otherwise it extracts the D type parameter from the effect or pipeable type.
T
D
Extracts the Dependency types required by an Effect, WrapEffect, PipeableThunk, or Dependency itself.