Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/morse/mod.ts

🧷 Morse Code Utilities for Deno
Latest
import * as morse from "https://deno.land/x/morse@0.1.1/mod.ts";

Functions

Decode Morse code into a string; optionally, with a custom dash.

Encode a string into Morse code; optionally, with a custom dash.

Interfaces

Configure the format of dots and dashes within a Morse code sequence.