UNPKG

orca-clmm-agent

Version:

Orca Whirlpool clmm library for automated position management

6 lines (5 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPositionBundle = void 0; const isPositionBundle = (position) => position.isPositionBundle; exports.isPositionBundle = isPositionBundle;