1.0.6 • Published 2 years ago

fastify-universal-file-parser v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago