mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-01 22:43:44 +00:00
8 lines
162 B
JavaScript
8 lines
162 B
JavaScript
/**
|
|
* @fileoverview This object contains global configuration values.
|
|
* @see module:config/config
|
|
* @module config
|
|
*/
|
|
|
|
export { default } from './config.js';
|