Skip to content

Commit bd255a1

Browse files
committed
add .js to import to avoid import issues, per suggestion in #66
1 parent dc363d9 commit bd255a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/warcserializer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import base32Encode from "base32-encode";
33
import pako from "pako";
44

55
import { createSHA256, createSHA1 } from "hash-wasm";
6-
import { IHasher } from "hash-wasm/dist/lib/WASMInterface";
6+
import { IHasher } from "hash-wasm/dist/lib/WASMInterface.js";
77

88
import { WARCRecord } from "./warcrecord";
99
import { BaseAsyncIterReader } from "./readers";

0 commit comments

Comments
 (0)