UNPKG

popmotion

Version:

The animator's toolbox

5 lines 178 B
import { isPoint } from './is-point'; export var isPoint3D = function (point) { return isPoint(point) && point.hasOwnProperty('z'); }; //# sourceMappingURL=is-point-3d.js.map