UNPKG

cw

Version:

A comprehensive Morse Code (CW) library

11 lines (10 loc) 303 B
import { tdit, tfdit } from "./timings.js"; import { initAudioContext, play } from "./audio.js"; declare const cw: { tdit: typeof tdit; tfdit: typeof tfdit; codes: import("./codes.js").MorseCodeMap; initAudioContext: typeof initAudioContext; play: typeof play; }; export default cw;