UNPKG

@types/diffie-hellman

Version:
23 lines (16 loc) 797 B
# Installation > `npm install --save @types/diffie-hellman` # Summary This package contains type definitions for diffie-hellman (https://github.com/crypto-browserify/diffie-hellman). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/diffie-hellman. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/diffie-hellman/index.d.ts) ````ts /// <reference types="node" /> export { createDiffieHellman, DiffieHellman, getDiffieHellman } from "crypto"; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: [@types/node](https://npmjs.com/package/@types/node) # Credits These definitions were written by [BendingBender](https://github.com/BendingBender).