MCPcopy
hub / github.com/parse-community/parse-server / isDate

Method isDate

src/Utils.js:128–130  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

126 * @returns {Boolean} Returns true if the value is a Date.
127 */
128 static isDate(value) {
129 return types.isDate(value);
130 }
131
132 /**
133 * Realm-safe check for RegExp.

Callers 15

parseDateIsoValueFunction · 0.80
serializeDateIsoFunction · 0.80
parseValueFunction · 0.80
serializeFunction · 0.80
transformInteriorValueFunction · 0.80
valueAsDateFunction · 0.80
transformInteriorAtomFunction · 0.80
transformTopLevelAtomFunction · 0.80
mongoObjectToParseObjectFunction · 0.80
_parseAggregateArgsMethod · 0.80
_convertToDateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected