MCPcopy
hub / github.com/autoNumeric/autoNumeric / get

Method get

src/AutoNumeric.js:2468–2470  ·  view source on GitHub ↗

* Alias of the `getNumericString()` function. * Developers should use one of the more explicit function names to get what they want : * - a numeric string : `getNumericString()` * - a formatted string : `getFormatted()` * - a number : `getNumber()`, or * - a localized numeri

(callback = null)

Source from the content-addressed store, hash-verified

2466 * @returns {string|null}
2467 */
2468 get(callback = null) {
2469 return this.getNumericString(callback);
2470 }
2471
2472 /**
2473 * Return the unformatted value as a string.

Callers 4

constructorMethod · 0.80
_getFromGlobalListMethod · 0.80

Calls 1

getNumericStringMethod · 0.95

Tested by

no test coverage detected