1.0.10 • Published 2 years ago

@types/feathersjs__socketio-client v1.0.10

Weekly downloads
796
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.0.8

2 years ago

1.0.10

2 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago