UNPKG

pastoralist

Version:

A tool to watch over node module resolutions and overrides

4 lines (3 loc) 264 B
import type { Output } from "./output"; export declare const shimmerFrame: (text: string, offset: number) => string; export declare const playShimmer: (text: string, frameInterval?: number, out?: Output, prefix?: string, suffix?: string, isTTY?: boolean) => void;