@types/concat-stream
TypeScript definitions for concat-stream
Last updated 3 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ gnpm install @types/concat-stream 
SYNC missed versions from official npm registry.

Installation

npm install --save @types/concat-stream

Summary

This package contains type definitions for concat-stream (https://github.com/maxogden/concat-stream).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/concat-stream.

index.d.ts

// Type definitions for concat-stream 1.6
// Project: https://github.com/maxogden/concat-stream
// Definitions by: Joey Marianer <https://github.com/jmarianer>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

import { Writable } from "stream";

interface ConcatOpts {
  encoding?: string | undefined;
}

declare function concat(cb: (buf: Buffer) => void): Writable;
declare function concat(opts: ConcatOpts, cb: (buf: Buffer) => void): Writable;

export = concat;

Additional Details

  • Last updated: Tue, 06 Jul 2021 18:05:59 GMT
  • Dependencies: @types/node
  • Global values: none

Credits

These definitions were written by Joey Marianer.

Current Tags

  • 2.0.0                                ...           latest (3 years ago)
  • 1.6.0                                ...           ts2.0 (8 years ago)
  • 1.6.0                                ...           ts2.1 (8 years ago)
  • 1.6.0                                ...           ts2.2 (8 years ago)
  • 1.6.0                                ...           ts2.3 (8 years ago)
  • 1.6.0                                ...           ts2.4 (8 years ago)
  • 1.6.0                                ...           ts2.5 (8 years ago)
  • 1.6.0                                ...           ts2.6 (8 years ago)
  • 1.6.0                                ...           ts2.7 (8 years ago)
  • 1.6.0                                ...           ts2.8 (8 years ago)
  • 1.6.0                                ...           ts2.9 (8 years ago)
  • 1.6.0                                ...           ts3.0 (8 years ago)
  • 1.6.0                                ...           ts3.1 (8 years ago)
  • 1.6.0                                ...           ts3.2 (8 years ago)
  • 1.6.0                                ...           ts3.3 (8 years ago)
  • 1.6.0                                ...           ts3.4 (8 years ago)
  • 1.6.0                                ...           ts3.5 (8 years ago)
  • 1.6.1                                ...           ts3.6 (4 years ago)
  • 1.6.1                                ...           ts3.7 (4 years ago)
  • 2.0.0                                ...           ts3.8 (3 years ago)
  • 2.0.0                                ...           ts3.9 (3 years ago)
  • 2.0.0                                ...           ts4.0 (3 years ago)
  • 2.0.0                                ...           ts4.1 (3 years ago)
  • 2.0.0                                ...           ts4.2 (3 years ago)
  • 2.0.0                                ...           ts4.3 (3 years ago)
  • 2.0.0                                ...           ts4.4 (3 years ago)
  • 2.0.0                                ...           ts4.5 (3 years ago)
  • 2.0.0                                ...           ts4.6 (3 years ago)
  • 2.0.0                                ...           ts4.7 (3 years ago)
  • 2.0.0                                ...           ts4.8 (3 years ago)
  • 2.0.0                                ...           ts4.9 (3 years ago)
  • 2.0.0                                ...           ts5.0 (3 years ago)
  • 2.0.0                                ...           ts5.1 (3 years ago)
  • 2.0.0                                ...           ts5.2 (3 years ago)
  • 2.0.0                                ...           ts5.3 (3 years ago)

3 Versions

  • 2.0.0                                ...           3 years ago
  • 1.6.1                                ...           4 years ago
  • 1.6.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 2
This Month 0
Last Day 0
Last Week 0
Last Month 2
Dependencies (1)
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |