This commit is contained in:
6
node_modules/licia/morse.d.ts
generated
vendored
Normal file
6
node_modules/licia/morse.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const morse: {
|
||||
encode(txt: string): string;
|
||||
decode(morse: string): string;
|
||||
};
|
||||
|
||||
export = morse;
|
||||
Reference in New Issue
Block a user