We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb51f6e commit 3883c4bCopy full SHA for 3883c4b
src/constants.ts
@@ -172,6 +172,6 @@ export const LEGACY_HELLO_COMMAND_CAMEL_CASE = 'isMaster';
172
// the objects (and class) that we expect to see them on and prevent TS
173
// errors.
174
/** @internal */
175
-export const kDecorateResult = '__decorateDecryptionResult';
+export const kDecorateResult = Symbol.for('@@mdb.decorateDecryptionResult');
176
177
-export const kDecoratedKeys = '__decryptedKeys';
+export const kDecoratedKeys = Symbol.for('@@mdb.decryptedKeys');
0 commit comments