MCPcopy Create free account
hub / github.com/effect-app/libs / make

Function make

repos/effect/packages/effect/src/unstable/http/HttpMiddleware.ts:67–67  ·  view source on GitHub ↗
(middleware: M)

Source from the content-addressed store, hash-verified

65 * Defines an `HttpMiddleware` while preserving its precise type.
66 *
67 * @category constructors
68 * @since 4.0.0
69 */
70export const make = <M extends HttpMiddleware>(middleware: M): M => middleware

Callers 1

HttpMiddleware.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…