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

0.1.2 • Public • Published

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.

/@types/ssdeep/

    Package Sidebar

    Install

    npm i @types/ssdeep

    Weekly Downloads

    10

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    2.86 kB

    Total Files

    5

    Last publish

    Collaborators

    • types