export function hasPrintableChars (s: string): boolean { return Boolean(s.trim().length); }