UNPKG

@visx/vendor

Version:

vendored packages for visx

10 lines (9 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _default; var _math = require("./math.js"); function _default(a, b) { return (0, _math.abs)(a[0] - b[0]) < _math.epsilon && (0, _math.abs)(a[1] - b[1]) < _math.epsilon; }