Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: linting again
  • Loading branch information
achingbrain committed Jul 29, 2025
commit f250f45c78a0088563d2c1928e2ff5dbc761ab6b
2 changes: 1 addition & 1 deletion src/hashes/identity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { coerce } from '../bytes.js'
import * as Digest from './digest.js'
import type { DigestOptions } from './hasher.ts'
import type { DigestOptions } from './hasher.js'

const code: 0x0 = 0x0
const name = 'identity'
Expand Down
2 changes: 1 addition & 1 deletion src/hashes/interface.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// # Multihash

import type { DigestOptions } from "./hasher.ts"
import type { DigestOptions } from './hasher.js'

/**
* Represents a multihash digest which carries information about the
Expand Down
Loading