UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 206 B
import { type Scope } from "../common/types"; export declare function $signalReset(scope: Scope, id: string | number): void; export declare function $signal(scope: Scope, id: string | number): AbortSignal;