Installation
npm install --save @types/ssdeep
Summary
This package contains type definitions for ssdeep (https://github.com/pchaigno/node-ssdeep).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ssdeep.
index.d.ts
export function compare(hash1: string, hash2: string): number;
export function hash(content: string): string;
export function hash_from_file(path: string): string;
Additional Details
- Last updated: Tue, 07 Nov 2023 15:11:36 GMT
- Dependencies: none
Credits
These definitions were written by Arne Schubert.