Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 565 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 565 Bytes

formidable

Formidable middleware for nanoexpress

Installation

npm i @nanoexpress/middleware-formidable
# or
yarn add @nanoexpress/middleware-formidable

Example

See the examples directory

Usage

ESM Module

import formidable from '@nanoexpress/middleware-formidable';

app.use(formidable());

CJS Module

const formidable = require('@nanoexpress/middleware-formidable/cjs');

app.use(formidable());

Options

See here

License

MIT