MCPcopy Index your code
hub / github.com/google-map-react/google-map-react / fnToString

Function fnToString

src/utils/isPlainObject.js:2–2  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

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

Callers 1

isPlainObjectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected