UNPKG

redux

Version:

Atomic Flux with hot reloading

10 lines (7 loc) 247 B
'use strict'; exports.__esModule = true; exports['default'] = isPlainObject; function isPlainObject(obj) { return obj ? typeof obj === 'object' && Object.getPrototypeOf(obj) === Object.prototype : false; } module.exports = exports['default'];