1.0.8 • Published 2 years ago

@types/feathersjs__primus-client v1.0.8

Weekly downloads
42
License
MIT
Repository
github
Last release
2 years ago

Installation

npm install --save @types/feathersjs__primus-client

Summary

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

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/feathersjs__primus-client.

index.d.ts

// Type definitions for @feathersjs/primus-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

// primus removed its typings from the repo https://github.com/primus/primus/pull/623, as of 01/2018 there are none on DT
export default function feathersPrimusClient(socket: any, options?: FeathersPrimusClientOptions): () => void;

export interface FeathersPrimusClientOptions {
    timeout?: number | undefined;
}

Additional Details

  • Last updated: Thu, 08 Jul 2021 12:01:32 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Jan Lohage.

1.0.8

2 years ago

1.0.7

2 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