mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-07-08 14:02:29 +00:00
6 lines
55 B
JavaScript
6 lines
55 B
JavaScript
import * as kem from './kem/index';
|
|
|
|
export {
|
|
kem
|
|
};
|