MCPcopy
hub / github.com/autoNumeric/autoNumeric / french

Method french

src/AutoNumeric.js:4818–4822  ·  view source on GitHub ↗

* Update the settings to use the French pre-defined language options. * Those pre-defined options can be overridden by passing an option object as a parameter. * * @param {object} optionOverride * @returns {AutoNumeric}

(optionOverride = null)

Source from the content-addressed store, hash-verified

4816 * @returns {AutoNumeric}
4817 */
4818 french(optionOverride = null) {
4819 this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().French, optionOverride);
4820
4821 return this;
4822 }
4823
4824 /**
4825 * Update the settings to use the North American pre-defined language options.

Callers 1

Calls 2

getPredefinedOptionsMethod · 0.80

Tested by

no test coverage detected