@types/hash-file
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/hash-file

Weekly Downloads

176

Version

3.0.2

License

MIT

Unpacked Size

2.86 kB

Total Files

5

Last publish

Collaborators

  • types