UNPKG

node-opcua-pki

Version:
3 lines (2 loc) 171 B
import { KeyLength } from "../common"; export declare function generatePrivateKeyFileCallback(filename: string, length: KeyLength, callback: (err?: Error) => void): void;