UNPKG

turbowatch

Version:

Extremely fast file change detector and task orchestrator for Node.js.

3 lines 166 B
import { type Subscription, type Trigger } from './types'; export declare const subscribe: (trigger: Trigger) => Subscription; //# sourceMappingURL=subscribe.d.ts.map