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

Function repeated

packages/cli/src/internal/options.ts:577–578  ·  view source on GitHub ↗
(self: Options.Options<A>)

Source from the content-addressed store, hash-verified

575
576/** @internal */
577export const repeated = <A>(self: Options.Options<A>): Options.Options<Array<A>> =>
578 makeVariadic(self, Option.none(), Option.none())
579
580/** @internal */
581export const withAlias = dual<

Callers

nothing calls this directly

Calls 1

makeVariadicFunction · 0.70

Tested by

no test coverage detected