UNPKG

354 BTypeScriptView Raw
1// Type definitions for diffie-hellman 5.0
2// Project: https://github.com/crypto-browserify/diffie-hellman
3// Definitions by: BendingBender <https://github.com/BendingBender>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6/// <reference types="node" />
7
8export { createDiffieHellman, getDiffieHellman, DiffieHellman } from 'crypto';