hashUtils
Index
Functions
Functions
checksumFile
Parameters
path: PortablePath
__namedParameters: { algorithm: string; baseFs: FakeFS<PortablePath> } = ...
Returns Promise<string>
checksumPattern
Parameters
pattern: string
__namedParameters: { cwd: PortablePath }
Returns Promise<string>
makeHash
Type parameters
- T: string = string
Parameters
rest...args: (null | BinaryLike)[]
Returns T