@types/feathersjs__socketio-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

Installation

npm install --save @types/feathersjs__socketio-client

Summary

This package contains type definitions for @feathersjs/socketio-client (https://feathersjs.com).

Details

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;
}

Additional Details

Credits

These definitions were written by Jan Lohage.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/feathersjs__socketio-client

Weekly Downloads

242

Version

1.0.10

License

MIT

Unpacked Size

3.32 kB

Total Files

5

Last publish

Collaborators

  • types