Merge pull request #34052 from SardineFish/master

Fix bugs of module exports in openpgp.
This commit is contained in:
Sheetal Nandi
2019-03-21 10:18:26 -07:00
committed by GitHub
4 changed files with 9511 additions and 9512 deletions
+4718 -4718
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
import { openpgp } from "openpgp"
import openpgp from "openpgp"
// Open PGP Sample codes
+4791 -4792
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
import { openpgp } from "openpgp";
import openpgp from "openpgp";
// Open PGP Sample codes