Public/Get-HostWidth.ps1

function Get-HostWidth {
  return [ConsoleWriter]::get_ConsoleWidth()
}