UNPKG

@hotwired/turbo

Version:

The speed of a single-page web application without having to write any JavaScript

7 lines (6 loc) 131 B
export declare class CacheObserver { started: boolean; start(): void; stop(): void; removeStaleElements(): void; }