更新
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
declare const rc4: {
|
||||
encrypt(key: string, str: string): string;
|
||||
decrypt(key: string, str: string): string;
|
||||
};
|
||||
|
||||
export = rc4;
|
||||
Reference in New Issue
Block a user