UNPKG

pmcf

Version:

Poor mans configuration management

11 lines (10 loc) 218 B
export function prepare(options?: {}): Promise<{ root: Root; options: { verbose: boolean; dry: boolean; root: string; }; args: string[]; }>; import { Root } from "./module.mjs";