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

6.1.4 • Public • Published

Installation

npm install --save @types/hapi__pez

Summary

This package contains type definitions for @hapi/pez (https://github.com/hapijs/pez).

Details

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

index.d.ts

/// <reference types="node" />
import * as stream from "stream";

export interface PezOptions extends stream.WritableOptions {
    boundary: string;
    maxBytes?: number;
    maxParts?: number;
}

export class Dispenser extends stream.Writable {
    constructor(options?: PezOptions);
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Grant Timmerman.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/hapi__pez

Weekly Downloads

662

Version

6.1.4

License

MIT

Unpacked Size

3.18 kB

Total Files

5

Last publish

Collaborators

  • types