Cloesce - v0.0.5-unstable.27
    Preparing search index...

    Variable InjectConst

    Inject: ParameterDecorator = ...

    Marks a method parameter for dependency injection.

    Injected parameters can receive environment bindings, middleware-provided objects, or other registered values.

    Note that injected parameters will not appear in the client API.

    Example:

    POST
    async neigh(@Inject env: WranglerEnv) {
    return `i am ${this.name}`;
    }