UNPKG

@tanstack/db

Version:

A reactive client store for building super fast apps on sync

3 lines (2 loc) 155 B
/** Attempt every callback, then rethrow the first exact failure value. */ export declare function runAllCallbacks(callbacks: Iterable<() => void>): void;