MCPcopy
hub / github.com/autoNumeric/autoNumeric / isEmptyString

Method isEmptyString

src/AutoNumericHelper.js:85–87  ·  view source on GitHub ↗

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

(value)

Source from the content-addressed store, hash-verified

83 * @returns {boolean} Return `true` if the `value` is an empty string '', FALSE otherwise
84 */
85 static isEmptyString(value) {
86 return value === '';
87 }
88
89 /**
90 * Return `true` if the parameter is a boolean

Callers 2

_setArgumentsValuesMethod · 0.80
getLocalizedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected