Asper Header  1.0.14
The header injector extension
Loading...
Searching...
No Matches
morseBasic.ts File Reference

Implementation of basic Morse code encoding/decoding. More...

Go to the source code of this file.

Data Structures

class  MorseBasicCipher
 Implementation of Morse code encoding and decoding. More...
 

Variables

 import { BaseCipher } from "../base/baseCipher"
 

Detailed Description

Implementation of basic Morse code encoding/decoding.

Morse code represents letters and digits as sequences of dots (.) and dashes (-). Developed by Samuel Morse for telegraph communication, it assigns shorter codes to more frequent letters for efficiency.

Author
AsperGuide
Version
1.0.0
Date
2025

Definition in file morseBasic.ts.

Variable Documentation

◆ import

import { BaseCipher } from "../base/baseCipher"

Definition at line 12 of file morseBasic.ts.