UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

8 lines (6 loc) 238 B
import ascending from "./ascending"; import bisector from "./bisector"; var ascendingBisect = bisector(ascending); export var bisectRight = ascendingBisect.right; export var bisectLeft = ascendingBisect.left; export default bisectRight;