UNPKG

49 BJavaScriptView Raw
1export function trim(str){
2 return str.trim()
3}