UNPKG

onwards

Version:

<p align="center"> <img alt='magoon-face' src='https://user-images.githubusercontent.com/14088342/230068165-5e013e79-2ff8-4fb5-a1f0-fd5b13e028a9.png' width='250'/> <h1 align="center">ONWARDS</h1> <p align="center">👏 Super simple shareable portforwa

12 lines (11 loc) 324 B
"use strict"; exports.__esModule = true; exports.getIsSelected = void 0; var getIsSelected = function (_a) { var x = _a.x, y = _a.y; return function (_a) { var _x = _a.x, _b = _a.y, _y = _b === void 0 ? 0 : _b; return x === _x && y === _y; }; }; exports.getIsSelected = getIsSelected;