MCPcopy
hub / github.com/tsedio/tsed / get

Function get

packages/platform/platform-multer/src/adapters/koa/MulterModule.ts:59–69  ·  view source on GitHub ↗
(options: Options)

Source from the content-addressed store, hash-verified

57 return {
58 multer,
59 get(options: Options) {
60 const instance = multer(options);
61
62 makePromise(instance, "any");
63 makePromise(instance, "array");
64 makePromise(instance, "fields");
65 makePromise(instance, "none");
66 makePromise(instance, "single");
67
68 return instance;
69 }
70 };
71}
72

Callers 4

createServerFunction · 0.50
sortMethod · 0.50
sortMethod · 0.50
useMethod · 0.50

Calls 1

makePromiseFunction · 0.70

Tested by

no test coverage detected