UNPKG

@farmfe/core

Version:

Farm is a extremely fast web build tool written in Rust. Farm can start a project in milliseconds and perform HMR within 10ms, making it much faster than similar tools like webpack and vite.

4 lines (3 loc) 229 B
import { FSWatcher, WatchOptions } from 'chokidar'; import { ResolvedUserConfig } from '../index.js'; export declare function createWatcher(config: ResolvedUserConfig, files: string[], chokidarOptions?: WatchOptions): FSWatcher;