ICT30016-Assignment-3/node_modules/.cache/babel-loader/cfadd980349708c8d097659f3b37fa11947743d95e2190a77f2faf74e5709cc8.json
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

1 line
No EOL
1.2 KiB
JSON

{"ast":null,"code":"import { motionComponentSymbol } from './symbol.mjs';\n\n/**\n * Checks if a component is a `motion` component.\n */\nfunction isMotionComponent(component) {\n return component !== null && typeof component === \"object\" && motionComponentSymbol in component;\n}\nexport { isMotionComponent };","map":{"version":3,"names":["motionComponentSymbol","isMotionComponent","component"],"sources":["/Users/davidl/Nextcloud/Uni/Swinburne/ICT30016 - ICT Project/Assignment 3/incident-response-game/node_modules/framer-motion/dist/es/motion/utils/is-motion-component.mjs"],"sourcesContent":["import { motionComponentSymbol } from './symbol.mjs';\n\n/**\n * Checks if a component is a `motion` component.\n */\nfunction isMotionComponent(component) {\n return (component !== null &&\n typeof component === \"object\" &&\n motionComponentSymbol in component);\n}\n\nexport { isMotionComponent };\n"],"mappings":"AAAA,SAASA,qBAAqB,QAAQ,cAAc;;AAEpD;AACA;AACA;AACA,SAASC,iBAAiBA,CAACC,SAAS,EAAE;EAClC,OAAQA,SAAS,KAAK,IAAI,IACtB,OAAOA,SAAS,KAAK,QAAQ,IAC7BF,qBAAqB,IAAIE,SAAS;AAC1C;AAEA,SAASD,iBAAiB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}