An open API service indexing awesome lists of open source software.

https://github.com/nozzlegear/crypto.d.ts

A Typescript/Typings definition for Node's crypto.
https://github.com/nozzlegear/crypto.d.ts

Last synced: 7 months ago
JSON representation

A Typescript/Typings definition for Node's crypto.

Awesome Lists containing this project

README

          

# node-crypto.d.ts

An Typescript definition for [crypto](https://nodejs.org/api/crypto.html).

### Installation

Using [typings](https://github.com/typings/typings):

```bash
typings install github:nozzlegear/node-crypto.d.ts --save
```

### Usage

```js
import * as crypto from "crypto";
```