UNPKG

@fastify/multipart

Version:
7 lines (4 loc) 123 B
import fastify from 'fastify' import { fastifyMultipart } from '..' const app = fastify() app.register(fastifyMultipart)