@novice1/socket - v0.4.6
    Preparing search index...

    Type Alias Func<DataType, ErrorType>

    Func: (
        this: {
            next: NextFunc<ErrorType>;
            req: Request<DataType>;
            res: Response;
        },
        ...args: DataType[],
    ) => void

    Type Parameters

    • DataType
    • ErrorType

    Type Declaration