(...args)
| 7 | // make it available without requiring the `new` keyword |
| 8 | // if you want it access `const formidable.IncomingForm` as v1 |
| 9 | const formidable = (...args) => new Formidable(...args); |
| 10 | const {enabledPlugins} = DEFAULT_OPTIONS; |
| 11 | |
| 12 | export default formidable; |
no outgoing calls
searching dependent graphs…