Installation
npm install --save @types/hash-file
Summary
This package contains type definitions for hash-file (https://github.com/kevva/hash-file#readme).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hash-file.
index.d.ts
export = hash_file;
declare function hash_file(src: string): Promise<string>;
declare namespace hash_file {
function sync(src: string): string;
}
Additional Details
- Last updated: Tue, 07 Nov 2023 03:09:37 GMT
- Dependencies: none
Credits
These definitions were written by Hiromi Shikata.