UNPKG

openpgp

Version:

OpenPGP.js is a Javascript implementation of the OpenPGP protocol. This is defined in RFC 4880.

8 lines (6 loc) 162 B
/** * @fileoverview This object contains global configuration values. * @see module:config/config * @module config */ export { default } from './config.js';