Remove leading and trailing spaces from a string.
import type {Trim} from 'type-fest';Trim<' foo '>//=> 'foo' Copy
import type {Trim} from 'type-fest';Trim<' foo '>//=> 'foo'
Remove leading and trailing spaces from a string.