@webdeveric/utils
    Preparing search index...

    Variable isIntStringConst

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

    Determine if input is a string representing an integer.

    isIntString('42'); // true
    isIntString('4.2'); // false