MCPcopy
hub / github.com/autoNumeric/autoNumeric / japanese

Method japanese

src/AutoNumeric.js:4870–4874  ·  view source on GitHub ↗

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

4868 * @returns {AutoNumeric}
4869 */
4870 japanese(optionOverride = null) {
4871 this._updatePredefinedOptions(AutoNumeric.getPredefinedOptions().Japanese, optionOverride);
4872
4873 return this;
4874 }
4875
4876 /**
4877 * Update the settings to use the Spanish pre-defined language options.

Callers 1

Calls 2

getPredefinedOptionsMethod · 0.80

Tested by

no test coverage detected