MCPcopy
hub / github.com/Effect-TS/effect / declare

Interface declare

packages/effect/src/Schema.ts:1024–1031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1022 * @since 3.13.3
1023 */
1024export interface declare<
1025 A,
1026 I = A,
1027 P extends ReadonlyArray<Schema.All> = readonly [],
1028 R = Schema.Context<P[number]>
1029> extends AnnotableClass<declare<A, I, P, R>, A, I, R> {
1030 readonly typeParameters: Readonly<P>
1031}
1032
1033/**
1034 * @category api interface

Callers 15

instanceOfFunction · 0.85
RedactedFromSelfFunction · 0.85
DurationFromSelfClass · 0.85
Uint8ArrayFromSelfClass · 0.85
DateFromSelfClass · 0.85
DateTimeUtcFromSelfClass · 0.85
OptionFromSelf_Function · 0.85
EitherFromSelfFunction · 0.85
mapFromSelf_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected