Preparing search index...
The search index is not available
Documentation - v0.0.0
Documentation
@arroyodev-llc/utils.fs
computeFileChecksum
Function computeFileChecksum
compute
File
Checksum
(
filePath
,
options
?
)
:
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.