UNPKG

tiny-spinner

Version:
4 lines (3 loc) 114 B
declare const isTTY: () => boolean; declare const writeLine: (line: string) => void; export { isTTY, writeLine };