UNPKG
fastify-file-upload
Version:
latest (4.0.0)
4.0.0
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.0.0
0.1.1
0.1.0
0.0.1
file upload plugin for Fastify
github.com/huangang/fastify-file-upload
huangang/fastify-file-upload
fastify-file-upload
/
.travis.yml
10 lines
•
130 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
-
"14"
-
"12"
-
"10"
-
"8"
notifications:
email: on_success: never on_failure: always