UNPKG
romgrk-2d-geometry
Version:
latest (0.2.0)
0.2.0
0.1.0
Javascript library for 2d geometry
github.com/romgrk/2d-geometry
romgrk/2d-geometry
romgrk-2d-geometry
/
dist
/
data_structures
/
interval-tree
/
utils
/
constants.d.ts
8 lines
•
223 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
declare
const
RB_TREE_COLOR_RED
=
0
;
declare
const
RB_TREE_COLOR_BLACK
=
1
;
export
declare
enum
Color
{
RED
=
0
,
BLACK
=
1
}
export
{
RB_TREE_COLOR_RED
,
RB_TREE_COLOR_BLACK
};
//# sourceMappingURL=constants.d.ts.map