SYMBOL INDEX (37 symbols across 2 files) FILE: index.d.ts type SpinnerStyle (line 3) | type SpinnerStyle = { type Color (line 8) | type Color = type Options (line 19) | type Options = { type Spinner (line 56) | type Spinner = { FILE: index.js constant SYNCHRONIZED_OUTPUT_ENABLE (line 43) | const SYNCHRONIZED_OUTPUT_ENABLE = '\u001B[?2026h'; constant SYNCHRONIZED_OUTPUT_DISABLE (line 44) | const SYNCHRONIZED_OUTPUT_DISABLE = '\u001B[?2026l'; class YoctoSpinner (line 48) | class YoctoSpinner { method constructor (line 65) | constructor(options = {}) { method #internalWrite (line 85) | #internalWrite(action) { method #stringifyChunk (line 94) | #stringifyChunk(chunk, encoding) { method #withSynchronizedOutput (line 111) | #withSynchronizedOutput(action) { method #hookStream (line 124) | #hookStream(stream) { method #installHook (line 140) | #installHook() { method #uninstallHook (line 162) | #uninstallHook() { method #hookedWrite (line 174) | #hookedWrite(stream, originalWrite, writeArguments) { method start (line 209) | start(text) { method stop (line 234) | stop(finalText) { method #symbolStop (line 260) | #symbolStop(symbol, text) { method success (line 264) | success(text) { method error (line 268) | error(text) { method warning (line 272) | warning(text) { method info (line 276) | info(text) { method isSpinning (line 280) | get isSpinning() { method text (line 284) | get text() { method text (line 288) | set text(value) { method color (line 293) | get color() { method color (line 297) | set color(value) { method clear (line 302) | clear() { method #render (line 328) | #render() { method #write (line 364) | #write(text) { method #lineCount (line 370) | #lineCount(text) { method #hideCursor (line 382) | #hideCursor() { method #showCursor (line 388) | #showCursor() { method #subscribeToProcessEvents (line 394) | #subscribeToProcessEvents() { method #unsubscribeFromProcessEvents (line 399) | #unsubscribeFromProcessEvents() { method #exitHandler (line 404) | #exitHandler(signal) { function yoctoSpinner (line 416) | function yoctoSpinner(options) {