ts-data-forge
    Preparing search index...
    NegativeInt: TtfImported_NegativeInt

    Namespace providing type-safe operations for the NegativeInt branded type.

    The NegativeInt type represents a negative integer. Division (div) uses floor division.

    Unlike SafeInt, NegativeInt allows values outside the safe integer range (±2^53 − 1), so very large magnitudes may lose precision in JavaScript's number type.