UNPKG

vike

Version:

(Replaces Next.js/Nuxt) 🔨 Composable framework to build advanced applications with flexibility and stability.

5 lines (4 loc) • 269 B
export function getTerminalWidth() { // https://stackoverflow.com/questions/30335637/get-width-of-terminal-in-node-js/30335724#30335724 return ((typeof process !== 'undefined' && typeof process.stdout !== 'undefined' && process.stdout.columns) || undefined); }