UNPKG

fuse-box-typechecker-temp

Version:

Fuse-Box type checker plugin for fusebox 4.0.0 ++

3 lines (2 loc) 163 B
import { ITypeCheckerOptions } from './interfaces'; export declare function watchSrc(pathToWatch: string, options: ITypeCheckerOptions, callback: Function): void;