A tiny simple terminal divider that spans the entire width of the terminal.
npm install tiny-divider
import divider from 'tiny-divider';
// Let's print a divider that spans the entire width of the terminal
divider (); // Prints a dimmed "-----------------------"
MIT © Fabio Spampinato