UNPKG
@foxglove/ulog
Version:
latest (2.3.2)
2.3.2
2.3.1
2.3.0
2.2.0
2.1.5
2.1.2
2.1.1
2.1.0
2.0.2
2.0.0
1.0.0
PX4 ULog file reader
github.com/foxglove/ulog
foxglove/ulog
@foxglove/ulog
/
dist
/
findRange.d.ts
2 lines
•
186 B
TypeScript
View Raw
1
2
export
declare
function
findRange
(
entries
: [
timestamp
:
bigint
, ...
unknown
[]][],
minValue
:
bigint
,
maxValue
:
bigint
): [
number
,
number
] |
undefined
;
//# sourceMappingURL=findRange.d.ts.map