UNPKG

uhtml

Version:

A minimalistic library to create fast and reactive Web pages

6 lines (5 loc) 196 B
export function signal(...args: any[]): any; export function _get(): any; export function _set(fn: any): void; export function batch(fn: any): any; export { Signal, computed, effect, untracked };