UNPKG
ldap-vc-status
Version:
latest (5.0.0)
5.0.0
3.0.1
JavaScript implementation of
github.com/Spherity/vc-status-2021-ldap
Spherity/vc-status-2021-ldap
ldap-vc-status
/
lib
/
SearchResult.js
10 lines
(9 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
class
SearchResult
{
constructor
(
isRevoked, results
) {
this
.
results
= results;
this
.
isRevoked
= isRevoked; } }
exports
.
default
=
SearchResult
;