@types/express-busboy
Advanced tools
Weekly downloads
Readme
npm install --save @types/express-busboy
This package contains type definitions for express-busboy (https://github.com/yahoo/express-busboy).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-busboy.
// Type definitions for express-busboy 8.0
// Project: https://github.com/yahoo/express-busboy
// Definitions by: Pinguet62 <https://github.com/pinguet62>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
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;
These definitions were written by Pinguet62.
FAQs
TypeScript definitions for express-busboy
The npm package @types/express-busboy receives a total of 373 weekly downloads. As such, @types/express-busboy popularity was classified as not popular.
We found that @types/express-busboy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.