UNPKG
keypair-lib
Version:
latest (1.0.7)
1.0.7
1.0.6
Keypair library
github.com/pasfranc/keypair-lib
pasfranc/keypair-lib
keypair-lib
/
lib
/
model
/
userChallenges.js
10 lines
(9 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
UserChallenges
=
void
0
;
var
UserChallenges
=
/**
@class
*/
(
function
(
) {
function
UserChallenges
(
) { }
return
UserChallenges
; }());
exports
.
UserChallenges
=
UserChallenges
;