Skip to content

Commit c7cb943

Browse files
committed
lint
1 parent 9a2008c commit c7cb943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/hash/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function encode(input: string): number {
4141
int32View = new Int32Array(buffer)
4242
}
4343

44-
return encoder!.encodeInto(input, uint8View).written;
44+
return encoder!.encodeInto(input, uint8View).written as number;
4545
}
4646

4747
export default function murmur2(input: string): string {

0 commit comments

Comments
 (0)