UNPKG

@solidjs/signals

Version:

SolidJS' standalone reactivity implementation

2 lines (1 loc) 130 B
export declare function reconcile<T extends U, U>(value: T, key: string | ((item: NonNullable<any>) => any)): (state: U) => void;