npm install --save @types/feathersjs__socketio-client
This package contains type definitions for @feathersjs/socketio-client (https://feathersjs.com).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/feathersjs__socketio-client.
/// <reference types="socket.io-client" />
export default function feathersSocketIOClient(
socket: SocketIOClient.Socket,
options?: FeathersSocketIOClientOptions,
): () => void;
export interface FeathersSocketIOClientOptions {
timeout?: number | undefined;
}
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: @types/socket.io-client
These definitions were written by Jan Lohage.