konsoletyper
inline fun Any?.isUndefined() = isUndefined(this) inline fun isUndefined(value: Any?) = js("value === void 0")