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
/
utils
/
flip-object.d.ts
2 lines
•
133 B
TypeScript
View Raw
1
2
export
declare
function
flipObject
(
object
:
Record
<
string
,
string
>
):
Record
<
string
,
string
>;
//# sourceMappingURL=flip-object.d.ts.map