Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as morse from "https://raw.githubusercontent.com/Fuwn/morse/main/mod.ts";

§Functions

decode

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

encode

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

§Interfaces

Grammar

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