UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

7 lines (6 loc) 270 B
import { Context } from '../core/context'; export interface IWatchablePathCacheCollection { indexFiles?: any; } export declare const WatchablePathCache: Record<string, IWatchablePathCacheCollection>; export declare function bindWatcherReactions(ctx: Context): void;