UNPKG

@projectjam/morse-translate

Version:
5 lines (4 loc) 221 B
export type MorseCodeMap = Record<string, string>; export type InverseMorseCodeMap = Record<string, string>; export type AbbreviationMap = Record<string, string>; export type ProceduralSignalMap = Record<string, string>;