The package allows you to automatically wrap conjunctions, prepositions and other words up to n characters on the next line. According to the rules of typography, n = 3.
npm install add-nbspAdd (non-breaking space) to text.
``sh`
npm install add-nbsp
`js
import { addNbsp } from 'add-nbsp'
document.body.textContent = addNbsp('What are they doing?')
``