Depends

Depends(x: Any) -> Any

Creates a dependency for injection based on the provided context or type.

Parameters:
NameDescription
xThe context or dependency to be injected.

Type: Any
Returns:
TypeDescription
AnyA FastDepends object that will resolve the dependency for injection.