ts-data-forge
    Preparing search index...

    Variable isSafeUintConst

    isSafeUint: (a: number) => a is SafeUint = is

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

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

    Type Declaration

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

        • a: number

        Returns a is SafeUint

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