ic-reactor
    Preparing search index...

    Interface AgentHooksReturnType

    interface AgentHooksReturnType {
        useAgent: () => undefined | types.HttpAgent;
        useAgentState: () => types.AgentState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    useAgent: () => undefined | types.HttpAgent
    useAgentState: () => types.AgentState