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

Function String

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

Source from the content-addressed store, hash-verified

695 * @since 4.0.0
696 */
697export function String<E>(): Getter<string, E> {
698 return transform(globalThis.String)
699}
700
701/**
702 * Coerces any value to a `number` using the global `Number()` constructor.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected