UNPKG

pragmatic-fp-ts

Version:

Opinionated functional programming library with easy use in mind

4 lines (3 loc) 79 B
export function toLower(text: string) { return (text || "").toLowerCase(); }