3 lines
108 B
TypeScript
3 lines
108 B
TypeScript
|
import type { FSWatcher } from 'chokidar';
|
||
|
export declare const initEasycom: (watcher?: FSWatcher) => void;
|