mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-06-07 14:46:42 +00:00

'use strict' is unnecessary inside modules because module code is always strict mode code. Ref: https://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code
6 lines
94 B
JavaScript
6 lines
94 B
JavaScript
/**
|
|
* @see module:config/config
|
|
* @module config
|
|
*/
|
|
|
|
export { default } from './config.js'; |