Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 475 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 475 Bytes

Deno deno doc

deno-telnet

Telnet / GMCP helper and parser for Deno.

Usage

import { Parser, Option, Command } from "https://deno.land/x/deno_telnet@0.2.2/mod.ts";

Where 0.2.2 is a valid release tag or branch.

Check examples folder for example files.