@webdeveric/utils
    Preparing search index...

    Variable isNumericStringConst

    isNumericString: TypePredicateFn<`${number}` | `${bigint}`> = ...

    Determine if input is a string representing a numeric value, including optional sign and decimal point.

    isNumericString('-42.5'); // true
    isNumericString('42a'); // false