@interaction/eagle
Version:
JavaScript library
8 lines (6 loc) • 321 B
JavaScript
import _curry2 from "./internal/_curry2.js";
import _dispatchable from "./internal/_dispatchable.js";
import _xdropLast from "./internal/_xdropLast.js";
import _dropLast from "./internal/_dropLast.js";
var dropLast = /*#__PURE__*/_curry2( /*#__PURE__*/_dispatchable([], _xdropLast, _dropLast));
export default dropLast;