UNPKG

tiny-cursor

Version:

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

7 lines (6 loc) 123 B
/* IMPORT */ import Cursor from './cursor.js'; /* MAIN */ const cursor = new Cursor(); /* EXPORT */ export default cursor;