MCPcopy
hub / github.com/autoNumeric/autoNumeric / isString

Method isString

src/AutoNumericHelper.js:75–77  ·  view source on GitHub ↗

* Return `true` if the given parameter is a String * * @param {*} str * @returns {boolean}

(str)

Source from the content-addressed store, hash-verified

73 * @returns {boolean}
74 */
75 static isString(str) {
76 return (typeof str === 'string' || str instanceof String);
77 }
78 /**
79 * Return `true` if the `value` is an empty string ''
80 *

Callers 9

containsMethod · 0.95
_setArgumentsValuesMethod · 0.80
_getOptionObjectMethod · 0.80
_parseStyleRulesMethod · 0.80
initMethod · 0.80
validateMethod · 0.80
formatMethod · 0.80
AutoNumeric.jsFile · 0.80
domElementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected