UNPKG

@renewx/core

Version:

Lightweight state management library with validation support

4 lines (3 loc) 177 B
import type { Unsubscribe } from "../types/core"; import type { Disposable } from "../types/cleaner"; export declare const unsubscribe: (...items: Disposable[]) => Unsubscribe;