Is a given variable an object?
export default function isObject(obj) { var type = typeof obj; return type === 'function' || (type === 'object' && !!obj); }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル