MCPcopy
hub / github.com/autoNumeric/autoNumeric / isUndefined

Method isUndefined

src/AutoNumericHelper.js:55–57  ·  view source on GitHub ↗

* Return `true` if the `value` is undefined * * @static * @param {*} value The value to test * @returns {boolean} Return `true` if the `value` is undefined, FALSE otherwise

(value)

Source from the content-addressed store, hash-verified

53 * @returns {boolean} Return `true` if the `value` is undefined, FALSE otherwise
54 */
55 static isUndefined(value) {
56 return value === void(0);
57 }
58
59 /**
60 * Return `true` if the `value` is undefined, null or empty

Callers 15

isInArrayMethod · 0.95
decimalPlacesMethod · 0.95
getElementSelectionMethod · 0.95
_addWatcherMethod · 0.80
_removeWatcherMethod · 0.80
setMethod · 0.80
setUnformattedMethod · 0.80
_getParentFormMethod · 0.80
_addToLocalListMethod · 0.80
_removeFromLocalListMethod · 0.80
formatMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected