UNPKG

251 BTypeScriptView Raw
1import * as types from './types';
2export declare function inspect(root: any, targetFile: any, options: any): Promise<types.PluginResult>;
3export declare function buildArgs(sbtArgs: any, isCoursierProject?: boolean, isOutputGraph?: boolean): string[];