(fn)
| 1 | // source taken from https://github.com/rackt/redux/blob/master/src/utils/isPlainObject.js |
| 2 | const fnToString = (fn) => Function.prototype.toString.call(fn); |
| 3 | |
| 4 | /** |
| 5 | * @param {any} obj The object to inspect. |
no outgoing calls
no test coverage detected
searching dependent graphs…