File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @tls/enum" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "exports" : " ./src/mod.ts" ,
55 "publish" : {
66 "exclude" : [" dist/" ]
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export class NamedGroup extends Enum {
7979 *
8080 * @returns {Uint16 } The Uint16 representation of the NamedGroup.
8181 */
82- toUint16 ( ) { return Uint16 . fromValue ( + this ) ; }
82+ get Uint16 ( ) { return Uint16 . fromValue ( + this ) ; }
8383
8484 /**
8585 * Gets the key generation algorithm associated with the NamedGroup.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export class NamedGroup extends Enum {
4444 *
4545 * @returns {Uint16 } The Uint16 representation of the NamedGroup.
4646 */
47- toUint16 ( ) : Uint16 ;
47+ get Uint16 ( ) : Uint16 ;
4848
4949 /**
5050 * Gets the key generation algorithm associated with the NamedGroup.
You can’t perform that action at this time.
0 commit comments