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

Function trim

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

Source from the content-addressed store, hash-verified

838 * @since 4.0.0
839 */
840export function trim<E extends string>(): Getter<string, E> {
841 return transform(Str.trim)
842}
843
844/**
845 * Capitalizes the first character of a string.

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected