Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Effect-TS/effect
/ toLowerCase
Function
toLowerCase
packages/effect/src/SchemaGetter.ts:961–963 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
959
* @since 4.0.0
960
*/
961
export
function
toLowerCase<E extends string>(): Getter<string, E> {
962
return
transform(Str.toLowerCase)
963
}
964
965
/**
966
* Converts a string to uppercase.
Callers
nothing calls this directly
Calls
1
transform
Function · 0.70
Tested by
no test coverage detected