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

8.0.3 • Public • Published

Installation

npm install --save @types/express-busboy

Summary

This package contains type definitions for express-busboy (https://github.com/yahoo/express-busboy).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy.

index.d.ts

import * as connectBusboy from "connect-busboy";
import * as express from "express";

export interface ExpressBusboyOptions extends connectBusboy.ConnectBusboyOptions {
    upload?: boolean;
    path?: string;
    allowedPath?: string | RegExp | ((url: string) => boolean);
    restrictMultiple?: boolean;
    mimeTypeLimit?: string | string[];
    strip?: (value: string, type?: string) => string;
}

export function extend(app: express.Application, options?: ExpressBusboyOptions): express.Application;

Additional Details

Credits

These definitions were written by Pinguet62.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/express-busboy

Weekly Downloads

708

Version

8.0.3

License

MIT

Unpacked Size

3.78 kB

Total Files

5

Last publish

Collaborators

  • types