Type Parameters
- const D extends Record<string, symbol>
- T
Returns <const E extends Record<string, symbol>, U>(
upper: Ether.Ether<E, U>,
) => Ether.Ether<OmitType<E, T> & D, U>
The injected Ether, which will be resolved the matching dependencies on upper with lower's handler.
Composes two
Ethers into a new one. Injectslowerintoupper.