MCPcopy
hub / github.com/autoNumeric/autoNumeric / chinese

Method chinese

src/AutoNumeric.js:4896–4900  ·  view source on GitHub ↗

* Update the settings to use the Chinese 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

4894 * @returns {AutoNumeric}
4895 */
4896 chinese(optionOverride = null) {
4897 this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Chinese, optionOverride);
4898
4899 return this;
4900 }
4901
4902 /**
4903 * Update the settings to use the Brazilian pre-defined language options.

Callers 1

Calls 2

getPredefinedOptionsMethod · 0.80

Tested by

no test coverage detected