@nanoexpress/middleware-formidable
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

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

Package Sidebar

Install

npm i @nanoexpress/middleware-formidable

Weekly Downloads

106

Version

1.1.4

License

MIT

Unpacked Size

5.82 kB

Total Files

6

Last publish

Collaborators

  • dalisoft