const u = undefined export function isUndefined (thing?: any): boolean { return thing === u }