MCPcopy Create free account
hub / github.com/Effect-TS/effect / make

Method make

packages/effect/src/unstable/schema/VariantSchema.ts:292–292  ·  view source on GitHub ↗
(
    this: { new(...args: Args): X },
    ...args: Args
  )

Source from the content-addressed store, hash-verified

290 ): S["Type"]
291
292 make<Args extends Array<any>, X>(
293 this: { new(...args: Args): X },
294 ...args: Args
295 ): X

Callers 6

Migrator.tsFile · 0.65
SqlClient.tsFile · 0.65
withoutTransformsFunction · 0.65
toChannelMapFunction · 0.65
runRawFunction · 0.65
Model.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected