UNPKG

minitel.ts

Version:

A port to typescript and extension of https://github.com/cquest/pynitel

8 lines (6 loc) 162 B
import MinitelTS from './dist/minitel.js'; import 'dotenv/config' // Example usage: const minitel = new MinitelTS(); await minitel.init(); await minitel.loop();