MCPcopy
hub / github.com/autoNumeric/autoNumeric / getPredefinedOptions

Method getPredefinedOptions

src/AutoNumeric.js:4362–4364  ·  view source on GitHub ↗

* Return all the predefined language options in one object. * You can also access a specific language object directly by using `AutoNumeric.getPredefinedOptions().French` for instance. * * @returns {object}

()

Source from the content-addressed store, hash-verified

4360 * @returns {object}
4361 */
4362 static getPredefinedOptions() {
4363 return AutoNumeric.predefinedOptions;
4364 }
4365
4366 /**
4367 * Analyse the given array `options` and return a single 'merged' option objet.

Callers 11

_getOptionObjectMethod · 0.80
frenchMethod · 0.80
northAmericanMethod · 0.80
britishMethod · 0.80
swissMethod · 0.80
japaneseMethod · 0.80
spanishMethod · 0.80
chineseMethod · 0.80
brazilianMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected