blob: 41cf70f410fabb0f1eaa97dc54fd9d499205502b [file] [log] [blame] [edit]
export function trim(str){
return str.trim()
}