Skip to content

Minima.js API


Minima.js API / @minimajs/disk / plugins / ChecksumOptions

Interface: ChecksumOptions

Properties

algorithm?

ts
optional algorithm: string;

Hash algorithm passed to node:crypto createHash

Default

ts
'sha256'

extension?

ts
optional extension: string;

File extension appended to the href for the sidecar file

Default

ts
'.sha256'