UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

5 lines 213 B
import { Stack } from '../soby'; import type { Callback } from '../types'; declare const useMicrotask: (fn: Callback, stack: Stack) => void; export default useMicrotask; //# sourceMappingURL=use_microtask.d.ts.map