Skip to content

Commit 925d47c

Browse files
committed
fix: internal symbol method is now really a symbol
1 parent 6acd6d4 commit 925d47c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/help/symbols.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ module.exports.KEYOBJECT = Symbol('KEYOBJECT')
22
module.exports.PRIVATE_MEMBERS = Symbol('PRIVATE_MEMBERS')
33
module.exports.PUBLIC_MEMBERS = Symbol('PUBLIC_MEMBERS')
44
module.exports.THUMBPRINT_MATERIAL = Symbol('THUMBPRINT_MATERIAL')
5+
module.exports.JWK_MEMBERS = Symbol('JWK_MEMBERS')

0 commit comments

Comments
 (0)