busboy-body-parser
busboy-body-parser copied to clipboard
Results
4
busboy-body-parser issues
Sort by
recently updated
recently updated
newest added
this will help for projects build on node. It requires a module declaration on a .d.ts file. something like: `declare module 'busboy-body-parser'`
like this - just sharing since your code didn't have it https://github.com/yahoo/express-busboy/blob/master/index.js#L71-L78
Adding JSDoc to the main function in index.js will give future users a description of what this module returns and an example usage. This will help users who want a...