1.0.10 • Published 7 months ago

@types/feathersjs__socketio-client v1.0.10

Weekly downloads
796
License
MIT
Repository
github
Last release
7 months ago

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.

index.d.ts

// Type definitions for @feathersjs/socketio-client 1.0
// Project: https://feathersjs.com
// Definitions by: Jan Lohage <https://github.com/j2L4e>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

/// <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.

1.0.9

7 months ago

1.0.8

8 months ago

1.0.10

7 months ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago