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.
- Host: GitHub
- URL: https://github.com/nozzlegear/crypto.d.ts
- Owner: nozzlegear
- License: mit
- Created: 2016-06-04T05:30:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T05:31:22.000Z (over 9 years ago)
- Last Synced: 2025-01-16T13:17:17.715Z (9 months ago)
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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";
```