Documentation - v0.0.0
Preparing search index...
@arroyodev-llc/utils.fs
computeFileChecksum
Function computeFileChecksum
computeFileChecksum
(
filePath
:
string
,
options
?:
ChecksumOptions
,
)
:
Promise
<
string
>
Compute checksum of file at given path.
Parameters
filePath
:
string
Path of target file.
Optional
options
:
ChecksumOptions
Checksum options.
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation - v0.0.0
Loading...
Compute checksum of file at given path.