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

Function date

packages/cli/src/internal/options.ts:278–278  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

276
277/** @internal */
278export const date = (name: string): Options.Options<Date> => makeSingle(name, Arr.empty(), InternalPrimitive.date)
279
280/** @internal */
281export const directory = (

Callers

nothing calls this directly

Calls 1

makeSingleFunction · 0.70

Tested by

no test coverage detected