UNPKG
rank-tree
Version:
latest (1.0.2)
1.0.2
1.0.1
For the structure of sort sets, refer to readme for details
github.com/xingwy/rank
xingwy/rank
rank-tree
/
lib
/
index.js
7 lines
•
224 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
Rank
=
void
0
;
const
rank_1 =
require
(
"./rank"
);
const
Rank
= rank_1.
RankTree
;
exports
.
Rank
=
Rank
;
//# sourceMappingURL=index.js.map