UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

4 lines (3 loc) 188 B
import type { Output } from "./output"; export declare function clearHintCache(): void; export declare function showHint(hintId: string, text: string, ttlMs?: number, out?: Output): void;