UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

4 lines (3 loc) 150 B
import type { ParsedArgs } from "./types"; export declare const parseArgs: (argv: string[]) => ParsedArgs; export declare const showHelp: () => void;