更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare const morse: {
|
||||
encode(txt: string): string;
|
||||
decode(morse: string): string;
|
||||
};
|
||||
|
||||
export = morse;
|
||||
Reference in New Issue
Block a user