UNPKG

ssr

Version:

cli for react/vue2/vue3 ssr deploy on serverless or tradtional web server

5 lines 260 B
import * as chokidar from 'chokidar'; import type { FSWatcher } from 'chokidar'; export declare const createWatcher: () => Promise<chokidar.FSWatcher>; export declare const onWatcher: (watcher: FSWatcher) => Promise<void>; //# sourceMappingURL=watcher.d.ts.map