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

0.1.2 • Public • Published

Installation

npm install --save @types/streamifier

Summary

This package contains type definitions for streamifier (https://github.com/gagle/node-streamifier).

Details

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

index.d.ts

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

import { Readable, ReadableOptions } from "stream";

export function createReadStream(object: string | Buffer | Uint8Array, options?: ReadableOptions): Readable;

Additional Details

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

Credits

These definitions were written by Idan Attias.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/streamifier

Weekly Downloads

5,815

Version

0.1.2

License

MIT

Unpacked Size

3.02 kB

Total Files

5

Last publish

Collaborators

  • types