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

Function optional

packages/cli/src/internal/usage.ts:37–40  ·  view source on GitHub ↗
(self: Usage.Usage)

Source from the content-addressed store, hash-verified

35
36/** @internal */
37export const optional = (self: Usage.Usage): Usage.Usage => ({
38 _tag: "Optional",
39 usage: self
40})
41
42/** @internal */
43export const repeated = (self: Usage.Usage): Usage.Usage => ({

Callers 1

simplifyFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected