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

2.0.3 • Public • Published

Installation

npm install --save @types/ripemd160

Summary

This package contains type definitions for ripemd160 (https://github.com/crypto-browserify/ripemd160#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ripemd160.

index.d.ts

/// <reference types="node" />

import { Hash } from "crypto";

export = RIPEMD160;

declare const RIPEMD160: RIPEMD160Static;

interface RIPEMD160Static {
    new(): Hash;
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: @types/node

Credits

These definitions were written by BendingBender.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/ripemd160

    Weekly Downloads

    8,700

    Version

    2.0.3

    License

    MIT

    Unpacked Size

    3 kB

    Total Files

    5

    Last publish

    Collaborators

    • types