UNPKG

popmotion

Version:

The animator's toolbox

4 lines (2 loc) 104 B
const isPoint = (point) => point.hasOwnProperty('x') && point.hasOwnProperty('y'); export { isPoint };