MCPcopy Index your code
hub / github.com/parse-community/parse-server / isMap

Method isMap

src/Utils.js:146–148  ·  view source on GitHub ↗

* Realm-safe check for Map. * @param {any} value The value to check. * @returns {Boolean} Returns true if the value is a Map.

(value)

Source from the content-addressed store, hash-verified

144 * @returns {Boolean} Returns true if the value is a Map.
145 */
146 static isMap(value) {
147 return types.isMap(value);
148 }
149
150 /**
151 * Realm-safe check for Set.

Callers 2

getCircularReplacerMethod · 0.80
Utils.spec.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected