UNPKG

355 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.getDrawDirection = void 0;
4var get_path_area_1 = require("./get-path-area");
5function getDrawDirection(pathArray) {
6 return (0, get_path_area_1.getPathArea)(pathArray) >= 0;
7}
8exports.getDrawDirection = getDrawDirection;
9//# sourceMappingURL=get-draw-direction.js.map
\No newline at end of file