This commit is contained in:
6
node_modules/licia/rc4.d.ts
generated
vendored
Normal file
6
node_modules/licia/rc4.d.ts
generated
vendored
Normal file
@@ -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