blob: f838d92abc1f1808a3971fe3e4b67136e96d7495 [file] [log] [blame] [edit]
export function toLower(str){
return str.toLowerCase()
}