MCPcopy
hub / github.com/autoNumeric/autoNumeric / isNull

Method isNull

src/AutoNumericHelper.js:44–46  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

42 * @returns {boolean} Return `true` if the `value` is null, FALSE otherwise
43 */
44 static isNull(value) {
45 return value === null;
46 }
47
48 /**
49 * Return `true` if the `value` is undefined

Callers 15

arabicToLatinNumbersMethod · 0.95
setInvalidStateMethod · 0.95
camelizeMethod · 0.95
constructorMethod · 0.80
_setArgumentsValuesMethod · 0.80
_saveInitialValuesMethod · 0.80
_setupFormListenerMethod · 0.80
_removeFormListenerMethod · 0.80
_getFormElementMethod · 0.80
_parseStyleRulesMethod · 0.80
setMethod · 0.80
setUnformattedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected