MCPcopy Index your code
hub / github.com/Effect-TS/effect / empty

Function empty

packages/effect/src/internal/differ/orPatch.ts:40–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39/** @internal */
40export const empty = <Value, Value2, Patch, Patch2>(): Differ.Or.Patch<
41 Value,
42 Value2,
43 Patch,
44 Patch2
45> => _empty
46
47/** @internal */
48export interface AndThen<in out Value, in out Value2, in out Patch, Patch2>

Callers 1

diffFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected