UNPKG

@atomist/sdm-core

Version:

Atomist Software Delivery Machine - Implementation

6 lines 212 B
/** * Watches the provided paths for changes when in watch mode */ export declare function watchPaths(paths: string[]): void; export declare function camelCase(obj: any): any; //# sourceMappingURL=util.d.ts.map