Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2
const
fnToString = (fn) => Function.prototype.toString.call(fn);
3
4
/**
5
* @param {any} obj The object to inspect.
Callers
1
isPlainObject
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected