UNPKG

@webkrafters/long-count

Version:

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

5 lines (4 loc) 231 B
import type { VoidFn } from '../index'; export declare const getTypeOf: <T = any>(value: T) => string; export declare function getTypeOfMyInteger(value: any): "Invalid" | "Number" | "Uint8Array"; export declare const noop: VoidFn;