Skip to content

Commit

Permalink
add .js to import to avoid import issues, per suggestion in #66
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Aug 18, 2024
1 parent dc363d9 commit bd255a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/warcserializer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import base32Encode from "base32-encode";
import pako from "pako";

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

import { WARCRecord } from "./warcrecord";
import { BaseAsyncIterReader } from "./readers";
Expand Down

0 comments on commit bd255a1

Please sign in to comment.