UNPKG

@webkrafters/long-count

Version:

Long Count - intervals and timeout capable of handling superbly long wait times surviving device sleep and wake cycles.

11 lines (10 loc) 574 B
import type { MyInteger } from '../../index'; import * as intArray from '../uint8array/index'; export declare const deps: { intArray: typeof intArray; }; export declare const add: (adder?: MyInteger, addend?: MyInteger) => MyInteger; export declare function isGreaterThan(int1: Uint8Array, int2: Uint8Array): boolean; export declare function isGreaterThan(int1: number, int2: number): boolean; export declare function isGreaterThan(int1: MyInteger, int2: MyInteger): boolean; export declare const subtract: (subtractor?: MyInteger, subtrahend?: MyInteger) => MyInteger;