πŸ“„ File detail

ink/constants.ts

🧩 .tsπŸ“ 3 linesπŸ’Ύ 107 bytesπŸ“ text
← Back to All Files

🎯 Use case

This file lives under β€œink/”, which covers Ink terminal UI (layouts, TTY IO, keyboard, renderer components). On the API surface it exposes FRAME_INTERVAL_MS β€” mainly types, interfaces, or factory objects.

Generated from folder role, exports, dependency roots, and inline comments β€” not hand-reviewed for every path.

🧠 Inline summary

// Shared frame interval for render throttling and animations (~60fps) export const FRAME_INTERVAL_MS = 16

πŸ“€ Exports (heuristic)

  • FRAME_INTERVAL_MS

πŸ–₯️ Source preview

// Shared frame interval for render throttling and animations (~60fps)
export const FRAME_INTERVAL_MS = 16