export function isUndefined(x: any): x is undefined { return x === undefined; }