Espaces de garniture de typeScript dans le tableau des chaînes

const trimmedArray = array => array.map(string => string.trim())
Alfred