MCPcopy
hub / github.com/node-formidable/formidable / formidable

Function formidable

src/index.js:9–9  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by 3

createServerFunction · 0.72
uploadFixtureFunction · 0.68
getFormFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…