Skip to content

Commit

Permalink
fix: internal symbol method is now really a symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 17, 2019
1 parent 6acd6d4 commit 925d47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/help/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ module.exports.KEYOBJECT = Symbol('KEYOBJECT')
module.exports.PRIVATE_MEMBERS = Symbol('PRIVATE_MEMBERS')
module.exports.PUBLIC_MEMBERS = Symbol('PUBLIC_MEMBERS')
module.exports.THUMBPRINT_MATERIAL = Symbol('THUMBPRINT_MATERIAL')
module.exports.JWK_MEMBERS = Symbol('JWK_MEMBERS')

0 comments on commit 925d47c

Please sign in to comment.