{"ast":null,"code":"import { isCustomValue } from '../../utils/resolve-value.js';\nimport { isMotionValue } from './is-motion-value.js';\n\n/**\n * If the provided value is a MotionValue, this returns the actual value, otherwise just the value itself\n *\n * TODO: Remove and move to library\n *\n * @internal\n */\nfunction resolveMotionValue(value) {\n  var unwrappedValue = isMotionValue(value) ? value.get() : value;\n  return isCustomValue(unwrappedValue) ? unwrappedValue.toValue() : unwrappedValue;\n}\nexport { resolveMotionValue };","map":{"version":3,"names":["isCustomValue","isMotionValue","resolveMotionValue","value","unwrappedValue","get","toValue"],"sources":["C:/LDT/DSP_Management/node_modules/framer-motion/dist/es/value/utils/resolve-motion-value.js"],"sourcesContent":["import { isCustomValue } from '../../utils/resolve-value.js';\nimport { isMotionValue } from './is-motion-value.js';\n\n/**\n * If the provided value is a MotionValue, this returns the actual value, otherwise just the value itself\n *\n * TODO: Remove and move to library\n *\n * @internal\n */\nfunction resolveMotionValue(value) {\n    var unwrappedValue = isMotionValue(value) ? value.get() : value;\n    return isCustomValue(unwrappedValue)\n        ? unwrappedValue.toValue()\n        : unwrappedValue;\n}\n\nexport { resolveMotionValue };\n"],"mappings":"AAAA,SAASA,aAAa,QAAQ,8BAA8B;AAC5D,SAASC,aAAa,QAAQ,sBAAsB;;AAEpD;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAASC,kBAAkBA,CAACC,KAAK,EAAE;EAC/B,IAAIC,cAAc,GAAGH,aAAa,CAACE,KAAK,CAAC,GAAGA,KAAK,CAACE,GAAG,CAAC,CAAC,GAAGF,KAAK;EAC/D,OAAOH,aAAa,CAACI,cAAc,CAAC,GAC9BA,cAAc,CAACE,OAAO,CAAC,CAAC,GACxBF,cAAc;AACxB;AAEA,SAASF,kBAAkB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}