UNPKG
@fastify/multipart
Version:
eight (8.3.1)
latest (9.3.0)
next (9.0.0)
six (6.0.1)
9.3.0
9.2.1
9.2.0
9.1.0
9.0.3
9.0.2
9.0.1
9.0.0
9.0.0-pre.fv5.2
9.0.0-pre.fv5.1
8.3.1
8.3.0
8.2.0
8.1.0
8.0.0
7.7.3
7.7.2
7.7.1
7.7.0
7.6.1
7.6.0
7.5.0
7.4.2
7.4.1
7.4.0
7.3.0
7.2.0
7.1.2
7.1.1
7.1.0
7.0.0
6.0.1
6.0.0
Multipart plugin for Fastify
github.com/fastify/fastify-multipart
fastify/fastify-multipart
@fastify/multipart
/
types
/
avj-plugin.test-d.ts
14 lines
(11 loc)
•
237 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
fastify
from
'fastify'
import
{ fastifyMultipart, ajvFilePlugin }
from
'..'
const
app =
fastify
({
ajv
: {
plugins
: [ ajvFilePlugin, (
await
import
(
'..'
)).
ajvFilePlugin
] } }) app.
register
(fastifyMultipart)