UNPKG

tiny-cursor

Version:

A tiny library for hiding and showing the cursor in the terminal.

4 lines (3 loc) 87 B
import Cursor from './cursor.js'; declare const cursor: Cursor; export default cursor;