mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
12 lines
404 B
TypeScript
12 lines
404 B
TypeScript
// Type definitions for connect-trim-body 0.0
|
|
// Project: https://github.com/samora/connect-trim-body
|
|
// Definitions by: Levi Bostian <https://github.com/levibostian>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.7
|
|
|
|
import { RequestHandler } from "express";
|
|
|
|
declare function connectTrimBodyMiddleware(): RequestHandler;
|
|
|
|
export = connectTrimBodyMiddleware;
|