easycom.d.ts 108 B

12
  1. import type { FSWatcher } from 'chokidar';
  2. export declare const initEasycom: (watcher?: FSWatcher) => void;