UNPKG
orca-clmm-agent
Version:
latest (1.4.5)
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.99
1.3.98
1.3.97
1.3.96
1.3.95
1.3.94
1.3.93
1.3.92
1.3.91
1.3.90
1.3.89
1.3.88
1.3.87
1.3.86
1.3.85
1.3.84
1.3.83
1.3.82
1.3.81
1.3.80
1.3.79
1.3.78
1.3.77
1.3.76
1.3.75
1.3.74
1.3.73
1.3.72
1.3.71
1.3.70
1.3.69
1.3.68
1.3.67
1.3.66
1.3.65
1.3.64
1.3.63
1.3.62
1.3.61
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.79
1.2.78
1.2.77
1.2.76
1.2.75
1.2.74
1.2.73
1.2.72
1.2.70
1.2.69
1.2.68
1.2.67
1.2.66
1.2.65
1.2.64
1.2.63
1.2.62
1.2.61
1.2.60
1.2.59
1.2.58
1.2.57
1.2.56
1.2.55
1.2.54
1.2.53
1.2.52
1.2.51
1.2.8
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Orca Whirlpool clmm library for automated position management
orca-clmm-agent
/
dist
/
types.js
6 lines
(5 loc)
•
223 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isPositionBundle
=
void
0
;
const
isPositionBundle
= (
position
) => position.
isPositionBundle
;
exports
.
isPositionBundle
= isPositionBundle;