* 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}
()
| 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. |
no outgoing calls
no test coverage detected