{"ast":null,"code":"import { isPoint } from './is-point.js';\nvar isPoint3D = function isPoint3D(point) {\n  return isPoint(point) && point.hasOwnProperty('z');\n};\nexport { isPoint3D };","map":{"version":3,"names":["isPoint","isPoint3D","point","hasOwnProperty"],"sources":["D:/DSP_Management/node_modules/popmotion/dist/es/utils/is-point-3d.js"],"sourcesContent":["import { isPoint } from './is-point.js';\n\nvar isPoint3D = function (point) {\n    return isPoint(point) && point.hasOwnProperty('z');\n};\n\nexport { isPoint3D };\n"],"mappings":"AAAA,SAASA,OAAO,QAAQ,eAAe;AAEvC,IAAIC,SAAS,GAAG,SAAZA,SAASA,CAAaC,KAAK,EAAE;EAC7B,OAAOF,OAAO,CAACE,KAAK,CAAC,IAAIA,KAAK,CAACC,cAAc,CAAC,GAAG,CAAC;AACtD,CAAC;AAED,SAASF,SAAS","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}