Appearance
Removed leading and trailing whitespace or specified characters from string
argument
str: string
returns
string
import { trim } from 'func-dash' trim(' Hello World ') // 'Hello World'