UNPKG

nanospinner

Version:

The simplest and tiniest terminal spinner for Node.js

10 lines (9 loc) 180 B
declare const isTTY: boolean; declare const symbols: { frames: string[]; tick: string; cross: string; warn: string; info: string; }; export { isTTY, symbols };