@types/through
TypeScript definitions for through
Last updated 6 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/through 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/through

Summary

This package contains type definitions for through (https://github.com/dominictarr/through).

Details

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

index.d.ts

/// <reference types="node" />

import stream = require("stream");

declare function through(
    write?: (data: any) => void,
    end?: () => void,
    opts?: {
        autoDestroy: boolean;
    },
): through.ThroughStream;

declare namespace through {
    export interface ThroughStream extends stream.Transform {
        autoDestroy: boolean;
        queue: (chunk: any) => any;
    }
}

export = through;

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Andrew Gaspar.

Current Tags

  • 0.0.33                                ...           latest (2 years ago)
  • 0.0.29                                ...           ts2.0 (9 years ago)
  • 0.0.29                                ...           ts2.1 (9 years ago)
  • 0.0.29                                ...           ts2.2 (9 years ago)
  • 0.0.29                                ...           ts2.3 (9 years ago)
  • 0.0.29                                ...           ts2.4 (9 years ago)
  • 0.0.29                                ...           ts2.5 (9 years ago)
  • 0.0.29                                ...           ts2.6 (9 years ago)
  • 0.0.29                                ...           ts2.7 (9 years ago)
  • 0.0.30                                ...           ts2.8 (6 years ago)
  • 0.0.30                                ...           ts2.9 (6 years ago)
  • 0.0.30                                ...           ts3.0 (6 years ago)
  • 0.0.30                                ...           ts3.1 (6 years ago)
  • 0.0.30                                ...           ts3.2 (6 years ago)
  • 0.0.30                                ...           ts3.3 (6 years ago)
  • 0.0.30                                ...           ts3.4 (6 years ago)
  • 0.0.30                                ...           ts3.5 (6 years ago)
  • 0.0.30                                ...           ts3.6 (6 years ago)
  • 0.0.30                                ...           ts3.7 (6 years ago)
  • 0.0.30                                ...           ts3.8 (6 years ago)
  • 0.0.30                                ...           ts3.9 (6 years ago)
  • 0.0.30                                ...           ts4.0 (6 years ago)
  • 0.0.30                                ...           ts4.1 (6 years ago)
  • 0.0.30                                ...           ts4.2 (6 years ago)
  • 0.0.31                                ...           ts4.3 (3 years ago)
  • 0.0.31                                ...           ts4.4 (3 years ago)
  • 0.0.33                                ...           ts4.5 (2 years ago)
  • 0.0.33                                ...           ts4.6 (2 years ago)
  • 0.0.33                                ...           ts4.7 (2 years ago)
  • 0.0.33                                ...           ts4.8 (2 years ago)
  • 0.0.33                                ...           ts4.9 (2 years ago)
  • 0.0.33                                ...           ts5.0 (2 years ago)
  • 0.0.33                                ...           ts5.1 (2 years ago)
  • 0.0.33                                ...           ts5.2 (2 years ago)
  • 0.0.33                                ...           ts5.3 (2 years ago)
  • 0.0.33                                ...           ts5.4 (2 years ago)
  • 0.0.33                                ...           ts5.5 (2 years ago)
  • 0.0.33                                ...           ts5.6 (2 years ago)
  • 0.0.33                                ...           ts5.7 (2 years ago)
  • 0.0.33                                ...           ts5.8 (2 years ago)
  • 0.0.33                                ...           ts5.9 (2 years ago)
  • 0.0.33                                ...           ts6.0 (2 years ago)

16 Versions

  • 0.0.33                                ...           2 years ago
  • 0.0.32                                ...           2 years ago
  • 0.0.31                                ...           3 years ago
  • 0.0.30                                ...           6 years ago
  • 0.0.29                                ...           9 years ago
  • 0.0.28                                ...           10 years ago
  • 0.0.27                                ...           10 years ago
  • 0.0.26-alpha                                ...           10 years ago
  • 0.0.25-alpha                                ...           10 years ago
  • 0.0.24-alpha                                ...           10 years ago
  • 0.0.23-alpha                                ...           10 years ago
  • 0.0.22-alpha                                ...           10 years ago
  • 0.0.21-alpha                                ...           10 years ago
  • 0.0.20-alpha                                ...           10 years ago
  • 0.0.15-alpha                                ...           10 years ago
  • 0.0.14-alpha                                ...           10 years ago
Maintainers (1)
Downloads
Today 0
This Week 2
This Month 4
Last Day 0
Last Week 2
Last Month 0
Dependencies (1)
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |