MCPcopy
hub / github.com/autoNumeric/autoNumeric / _checkValuesToStrings

Method _checkValuesToStrings

src/AutoNumeric.js:2376–2378  ·  view source on GitHub ↗

* Check if the given value has a corresponding key in the `valuesToStrings` option object. * * @param {number|string} value * @returns {boolean} Returns `true` if such a key is found. * @private

(value)

Source from the content-addressed store, hash-verified

2374 * @private
2375 */
2376 _checkValuesToStrings(value) {
2377 return this.constructor._checkValuesToStringsArray(value, this.valuesToStringsKeys);
2378 }
2379
2380 /**
2381 * Check if the given value has a corresponding key in the `stringsArray` array.

Callers 2

setMethod · 0.95

Calls 1

Tested by

no test coverage detected