UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

6 lines (5 loc) 206 B
import type { FSWatcher } from 'vite'; export type WrappedWatcher = FSWatcher & { removeAllTrackedListeners(): void; }; export declare function createWatcherWrapper(watcher: FSWatcher): WrappedWatcher;