fastify-simple-form
Advanced tools
Comparing version
{ | ||
"name": "fastify-simple-form", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Adds content type parser for the application/x-www-form-urlencoded and multipart/form-data content types", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -17,2 +17,9 @@ # fastify-simple-form | ||
## TypeScript | ||
Although this package includes typings for the plugin itself, you must install ones for node.js and busboy manually: | ||
``` | ||
npm install @types/node @types/busboy --save-dev | ||
``` | ||
## Usage & Options | ||
@@ -19,0 +26,0 @@ |
8768
2.21%163
4.49%