Skip to content

Commit 78862e9

Browse files
author
michael kappes
committed
added export of Algorithm
1 parent 69ef446 commit 78862e9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
export {Algorithm} from "./lib/algorithm.const";
12
import {decrypt} from "./lib/decrypt.function";
23
import {encrypt} from "./lib/encrypt.function";
34
import {generateKey} from "./lib/generate-key";
45

56
export const secret = {
67
decrypt,
78
encrypt,
8-
generateKey,
9+
generateKey
910
};

0 commit comments

Comments
 (0)