UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

3 lines (2 loc) 154 B
import type { Unsubscribe } from "../types/core"; export declare const setUnTimeout: (callback: (...args: any) => void, timeout?: number) => Unsubscribe;