UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

5 lines (4 loc) 198 B
import type { Output } from "./types"; export type { Output } from "./types"; export declare const createOutput: (stream?: NodeJS.WriteStream) => Output; export declare const defaultOutput: Output;