1.0.6 • Published 3 years ago

fastify-universal-file-parser v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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.

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago