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

Grammar

import type { Grammar } from "https://raw.githubusercontent.com/Fuwn/morse/main/mod.ts";

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

interface Grammar {
dash?: string;
dot?: string;
}

§Properties

§
dash?: string
[src]
§
dot?: string
[src]