Skip to main content

numeric

// Property: numeric
// Description: Indicates if numbers in string should be compared as integers.
// Component(s): CollatorOptions
'.numeric': { numeric: true }
'.numeric-false': { numeric: false }