Files
ETB/ETB-FrontEnd/node_modules/.cache/babel-loader/99bca89763701e9537c193ec42a248a6c12cebd2494613fc38ac506513479f0d.json
Iliyan Angelov 306b20e24a Frontend start
2025-09-14 00:54:48 +03:00

1 line
1.3 KiB
JSON

{"ast":null,"code":"import { clamp } from 'motion-utils';\nconst number = {\n test: v => typeof v === \"number\",\n parse: parseFloat,\n transform: v => v\n};\nconst alpha = {\n ...number,\n transform: v => clamp(0, 1, v)\n};\nconst scale = {\n ...number,\n default: 1\n};\nexport { alpha, number, scale };","map":{"version":3,"names":["clamp","number","test","v","parse","parseFloat","transform","alpha","scale","default"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/motion-dom/dist/es/value/types/numbers/index.mjs"],"sourcesContent":["import { clamp } from 'motion-utils';\n\nconst number = {\n test: (v) => typeof v === \"number\",\n parse: parseFloat,\n transform: (v) => v,\n};\nconst alpha = {\n ...number,\n transform: (v) => clamp(0, 1, v),\n};\nconst scale = {\n ...number,\n default: 1,\n};\n\nexport { alpha, number, scale };\n"],"mappings":"AAAA,SAASA,KAAK,QAAQ,cAAc;AAEpC,MAAMC,MAAM,GAAG;EACXC,IAAI,EAAGC,CAAC,IAAK,OAAOA,CAAC,KAAK,QAAQ;EAClCC,KAAK,EAAEC,UAAU;EACjBC,SAAS,EAAGH,CAAC,IAAKA;AACtB,CAAC;AACD,MAAMI,KAAK,GAAG;EACV,GAAGN,MAAM;EACTK,SAAS,EAAGH,CAAC,IAAKH,KAAK,CAAC,CAAC,EAAE,CAAC,EAAEG,CAAC;AACnC,CAAC;AACD,MAAMK,KAAK,GAAG;EACV,GAAGP,MAAM;EACTQ,OAAO,EAAE;AACb,CAAC;AAED,SAASF,KAAK,EAAEN,MAAM,EAAEO,KAAK","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}