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

0.1.4 • Public • Published

Installation

npm install --save @types/zen-push

Summary

This package contains type definitions for zen-push (https://github.com/zenparsing/zen-push).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/zen-push.

index.d.ts

import * as Observable from "zen-observable";

declare class PushStream<T> {
    readonly observable: Observable<T>;
    readonly observed: number;
    next(x: T): void;
    error(e: Error): void;
    complete(x?: any): void;
}

export = PushStream;

Additional Details

Credits

These definitions were written by daprahamian.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/zen-push

Weekly Downloads

297

Version

0.1.4

License

MIT

Unpacked Size

3.14 kB

Total Files

5

Last publish

Collaborators

  • types