fastify-universal-file-parser
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Fastify/Universal File Parser

This package is a modified version of the package to support the fastify projects. You can checkout the original here .

The package works the same way with the same functionality as it is called , but : 

  •  You  need to register another package that helps the form-data parse 
import multer from 'fastify-multer'
fastify.register(multer.contentParser);

and that's it , you can simply call the function or use it in any of the hooks.

/fastify-universal-file-parser/

    Package Sidebar

    Install

    npm i fastify-universal-file-parser

    Weekly Downloads

    3

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    18.9 kB

    Total Files

    22

    Last publish

    Collaborators

    • ali_a_koye