# 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](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ripemd160/index.d.ts)
````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](https://npmjs.com/package/@types/node)

# Credits
These definitions were written by [BendingBender](https://github.com/BendingBender).
