UNPKG

woby

Version:

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

7 lines 303 B
import { Stack } from 'soby'; export declare const SYMBOL_STACK: unique symbol; export interface StackTaggedFunction extends Function { [SYMBOL_STACK]?: Stack; } export declare const wrapElement: <T extends Function>(element: T) => T & StackTaggedFunction; //# sourceMappingURL=wrap_element.d.ts.map