@lifeart/gxt
Version:
<img align="right" width="95" height="95" alt="Philosopher’s stone, logo of PostCSS" src="./public/logo.png">
6 lines (5 loc) • 326 B
TypeScript
import { type AnyCell, type tagOp } from './reactive';
export declare function effect(cb: () => void): () => void;
export declare function checkOpcode(tag: AnyCell, op: tagOp): void;
export declare function evaluateOpcode(tag: AnyCell, op: tagOp): void;
export declare function opcodeFor(tag: AnyCell, op: tagOp): () => void;