We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589ba8b commit b2b2a19Copy full SHA for b2b2a19
src/fileEncrypter.ts
@@ -1,7 +1,7 @@
1
/**
2
* 模拟 Windows 下 x86 .net framwork 4.0 中 String.GetHashCode 的实现
3
*/
4
-export function getHashCode(str: string) {
+export function getHashCode(str: string): number {
5
let num = 352654597 | 0;
6
let num2 = num;
7
0 commit comments