export function str(val): void | "" { return val ? val.toString() : ""; }