UNPKG
@shutootaki/gwm
Version:
latest (0.2.0)
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
git worktree manager CLI
github.com/shutootaki/gwm
shutootaki/gwm
@shutootaki/gwm
/
dist
/
trust
/
hash.d.ts
7 lines
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Compute the SHA-256 hash of a file *
@param
filePath Absolute path to the file *
@returns
Hash string in hex format */
export
declare
function
computeFileHash
(
filePath:
string
):
string
;
//# sourceMappingURL=hash.d.ts.map