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

Class Self

packages/effect-app/src/Schema/Class.ts:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 readonly copy: ReturnType<typeof copyOrigin<new(_: any) => Self>>
25}
26type MissingSelfGeneric<Usage extends string, Params extends string = ""> =
27 `Missing \`Self\` generic - use \`class Self extends ${Usage}<Self>()(${Params}{ ... })\``
28
29type HasFields<Fields extends S.Struct.Fields> = {

Callers 1

Class.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…