mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2026-03-02 15:03:28 +00:00
Finish refactoring src/**/*.js to use import & export
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
import config from './config';
|
||||
|
||||
module.exports = {
|
||||
export default {
|
||||
readNumber: function (bytes) {
|
||||
var n = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user