UNPKG

@bconnorwhite/bob

Version:

Bob is a toolkit for TypeScript projects

8 lines (7 loc) 472 B
import watchSourceCommand, { watchSourceAction, watchSource } from "./source"; import watchTypesCommand, { watchTypesAction, watchTypes } from "./types"; export declare function watch(): Promise<[import("package-run").ExecResult, import("package-run").ExecResult]>; export declare function watchAction(): void; declare const _default; export default _default; export { watchSourceCommand, watchSourceAction, watchSource, watchTypesCommand, watchTypesAction, watchTypes };