export const isPoint = (point) => point.hasOwnProperty('x') && point.hasOwnProperty('y'); //# sourceMappingURL=is-point.js.map