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

x/morse/mod.ts>Grammar

🧷 Morse Code Utilities for Deno
Latest
interface Grammar
import { type Grammar } from "https://deno.land/x/morse@0.1.1/mod.ts";

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

Properties

optional
dot: string
optional
dash: string