UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

3 lines (2 loc) 119 B
import type { InitOptions } from "./types"; export declare function initCommand(options?: InitOptions): Promise<void>;