4.0.5 • Published 6 months ago

@types/eetase v4.0.5

Weekly downloads
29
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/eetase

Summary

This package contains type definitions for eetase (https://github.com/SocketCluster/eetase).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eetase/v3.

index.d.ts

// Type definitions for eetase 3.0
// Project: https://github.com/SocketCluster/eetase
// Definitions by: Daniel Rose <https://github.com/DanielRose>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.7

import AsyncStreamEmitter = require('async-stream-emitter');

declare function eetase<T>(object: T): AsyncStreamEmitter<any> & T;

export = eetase;

Additional Details

Credits

These definitions were written by Daniel Rose.

4.0.5

6 months ago

3.0.3

6 months ago

4.0.4

7 months ago

3.0.2

7 months ago

3.0.1

8 months ago

4.0.3

8 months ago

3.0.0

2 years ago

4.0.2

2 years ago

4.0.1

3 years ago

4.0.0

4 years ago