Return true in the settings are valid
Format the given number with the given options. This returns the formatted value as a string.
Format the domElement value with the given options and returns the formatted value as a string.
Return the AutoNumeric object that manages the given DOM element
Return the default autoNumeric settings
Return all the predefined options in one object
Return true if the given DOM element has an AutoNumeric object that manages it.
Unformat and localize the given formatted string with the given options.
Generated using TypeDoc
Note that ES6 modules cannot directly export class objects. This file should be imported using the CommonJS-style: import AutoNumeric = require('autonumeric');
Alternatively, if --allowSyntheticDefaultImports or --esModuleInterop is turned on, this file can also be imported as a default import: import AutoNumeric from 'autonumeric';
Refer to the TypeScript documentation at https://www.typescriptlang.org/docs/handbook/modules.html#export--and-import--require to understand common workarounds for this limitation of ES6 modules.