File tree 4 files changed +18
-2
lines changed
4 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 9
9
"name" : " fnv24()" ,
10
10
"prefix" : " function"
11
11
},
12
- "description" : " Helper function for generating an FNV-24 hash for a string." ,
12
+ "description" : " Helper function for generating an FNV-24 hash for a string. You probably don't need to use this function - check out FNV32. " ,
13
13
"sourceCode" : " src/hashing.ts"
14
14
},
15
15
"sections" : [
Original file line number Diff line number Diff line change 26
26
"type" : {
27
27
"name" : " string"
28
28
}
29
+ },
30
+ {
31
+ "name" : " highBit" ,
32
+ "description" : " Whether or not to force the high bit to 1. False by default." ,
33
+ "optional" : true ,
34
+ "type" : {
35
+ "name" : " boolean"
36
+ }
29
37
}
30
38
],
31
39
"returnType" : {
Original file line number Diff line number Diff line change 9
9
"name" : " fnv56()" ,
10
10
"prefix" : " function"
11
11
},
12
- "description" : " Helper function for generating an FNV-56 hash for a string." ,
12
+ "description" : " Helper function for generating an FNV-56 hash for a string. You probably don't need to use this function - check out FNV64. " ,
13
13
"sourceCode" : " src/hashing.ts"
14
14
},
15
15
"sections" : [
Original file line number Diff line number Diff line change 26
26
"type" : {
27
27
"name" : " string"
28
28
}
29
+ },
30
+ {
31
+ "name" : " highBit" ,
32
+ "description" : " Whether or not to force the high bit to 1. False by default." ,
33
+ "optional" : true ,
34
+ "type" : {
35
+ "name" : " boolean"
36
+ }
29
37
}
30
38
],
31
39
"returnType" : {
You can’t perform that action at this time.
0 commit comments