export function isVoid(x: any) { return x === undefined || x === null }