UNPKG

@jhinkle/gpg

Version:

GPG encryption and decryption in node.js by way of the gpg command-line tool

3 lines (2 loc) 106 B
import { IGpgKey } from "types"; export declare const parseKeysFromOutput: (output: string) => IGpgKey[];