UNPKG

popmotion

Version:

The animator's toolbox

9 lines (7 loc) 126 B
const zeroPoint = { x: 0, y: 0, z: 0 }; const isNum = (v) => typeof v === 'number'; export { isNum, zeroPoint };