UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

3 lines (2 loc) 155 B
import type { Unsubscribe } from "../types/core"; export declare const setDiffUnInterval: (tick: (diff: number) => void, timeout?: number) => Unsubscribe;