UNPKG
morsa
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Just a simple morse code translator.
github.com/agustinhopneto/morsa.git
agustinhopneto/morsa
morsa
/
lib
/
cjs
/
types
/
index.d.ts
8 lines
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
default
class
Morsa
{
private
ituData;
constructor
();
static
normalizeString
(
textInput
:
string
):
string
;
encode
(
textInput
:
string
):
string
;
decode
(
codeInput
:
string
):
string
; }
//# sourceMappingURL=index.d.ts.map