Skip to content

Commit

Permalink
fix: add missing file extension in import (#331)
Browse files Browse the repository at this point in the history
Add missing file extension in import
  • Loading branch information
spalladino authored May 22, 2023
1 parent 45656b5 commit b578438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nonce.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { bytes, uint64 } from './@types/basic'
import type { bytes, uint64 } from './@types/basic.js'

export const MIN_NONCE = 0
// For performance reasons, the nonce is represented as a JS `number`
Expand Down

0 comments on commit b578438

Please sign in to comment.