UNPKG
@projectjam/morse-translate
Version:
latest (0.5.0)
0.5.0
a morse code encoder & decoder
project-jam.is-a.dev
project-jam/morse-translate
@projectjam/morse-translate
/
dist
/
index.d.ts
3 lines
(2 loc)
•
119 B
TypeScript
View Raw
1
2
3
export
declare
function
textToMorse
(
text
:
string
):
string
;
export
declare
function
morseToText
(
morse
:
string
):
string
;