UNPKG

@projectjam/morse-translate

Version:
3 lines (2 loc) 119 B
export declare function textToMorse(text: string): string; export declare function morseToText(morse: string): string;