UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

4 lines (3 loc) 59 B
export function toLower(str){ return str.toLowerCase() }