Remove config.nodeStore

This commit is contained in:
Daniel Huigens 2021-03-01 12:02:39 +01:00
parent 4a8fffdfdf
commit 3f494ca797
2 changed files with 0 additions and 6 deletions

1
openpgp.d.ts vendored
View File

@ -316,7 +316,6 @@ interface Config {
tolerant: boolean;
versionString: string;
commentString: string;
nodeStore: string;
allowInsecureDecryptionWithSigningKeys: boolean;
v5Keys: boolean;
}

View File

@ -160,11 +160,6 @@ export default {
*/
commentString: "https://openpgpjs.org",
/**
* @memberof module:config
* @property {String} nodeStore
*/
nodeStore: "./openpgp.store",
/**
* Max userid string length (used for parsing)
* @memberof module:config