@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.

Versions

Current Tags

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.3
    7,426
  • 2.0.2
    37
  • 2.0.1
    8
  • 2.0.0
    1,338

Package Sidebar

Install

npm i @types/ripemd160

Weekly Downloads

8,809

Version

2.0.3

License

MIT

Unpacked Size

3 kB

Total Files

5

Last publish

Collaborators

  • types