UNPKG

@jhinkle/gpg

Version:

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

6 lines (5 loc) 121 B
import gpg from "./gpg"; export * from "./spawnGPG"; export * from "./gpg"; export * from "./types"; export default gpg;