MCPcopy Create free account
hub / github.com/Effect-TS/effect / Date

Function Date

packages/effect/src/SchemaGetter.ts:817–819  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

815 * @since 4.0.0
816 */
817export function Date<E extends string | number | Date>(): Getter<Date, E> {
818 return transform((u) => new globalThis.Date(u))
819}
820
821/**
822 * Strips whitespace from both ends of a string.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected