ts-data-forge
    Preparing search index...
    isNonZeroSafeInt: (a: number) => a is NonZeroSafeInt = is

    Type guard that checks if a value is a non-zero safe integer.

    Returns true for a non-zero safe integer — a value with no fractional component.

    Type Declaration

      • (a: number): a is NonZeroSafeInt
      • Parameters

        • a: number

        Returns a is NonZeroSafeInt

        true if the value is a non-zero safe integer, false otherwise