pastoralist
Version:
A tool to watch over node module resolutions and overrides
6 lines (5 loc) • 381 B
TypeScript
import type { PastoralistConfig } from "../../../config";
import type { InitAnswers, InitConfigFormat } from "./types";
export declare function parseWorkspacePaths(pathsInput: string): string[];
export declare function buildConfig(answers: InitAnswers): PastoralistConfig;
export declare function generateConfigContent(config: PastoralistConfig, format: InitConfigFormat): string;