mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-12 03:29:26 +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';
|