We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574febb commit b48f0e7Copy full SHA for b48f0e7
index.d.ts
@@ -323,7 +323,7 @@ export interface FS {
323
* @param path Path to the file
324
* @param algorithm The hash algorithm to use
325
*/
326
- hash(path: string, algorithm: HashAlgorithm);
+ hash(path: string, algorithm: HashAlgorithm): Promise<string>;
327
328
/**
329
* Create file stream from file at `path`.
0 commit comments