0.1.4 • Published 6 months ago

@types/multy v0.1.4

Weekly downloads
29
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/multy

Summary

This package contains type definitions for multy (https://github.com/eduardorfs/multy).

Details

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

index.d.ts

// Type definitions for multy 0.1
// Project: https://github.com/eduardorfs/multy
// Definitions by: Jan Dolezel <https://github.com/dolezel>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as Koa from 'koa';
import { BusboyConfig } from 'busboy';

declare module 'koa' {
    interface Request {
        body: any;
    }
}

declare function multy(opts?: BusboyConfig): Koa.Middleware;

export = multy;

Additional Details

Credits

These definitions were written by Jan Dolezel.

0.1.2

7 months ago

0.1.4

6 months ago

0.1.3

7 months ago

0.1.1

2 years ago

0.1.0

5 years ago