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

1 line
812 B
JSON

{"ast":null,"code":"const wrap = (min, max, v) => {\n const rangeSize = max - min;\n return ((v - min) % rangeSize + rangeSize) % rangeSize + min;\n};\nexport { wrap };","map":{"version":3,"names":["wrap","min","max","v","rangeSize"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/motion-utils/dist/es/wrap.mjs"],"sourcesContent":["const wrap = (min, max, v) => {\n const rangeSize = max - min;\n return ((((v - min) % rangeSize) + rangeSize) % rangeSize) + min;\n};\n\nexport { wrap };\n"],"mappings":"AAAA,MAAMA,IAAI,GAAGA,CAACC,GAAG,EAAEC,GAAG,EAAEC,CAAC,KAAK;EAC1B,MAAMC,SAAS,GAAGF,GAAG,GAAGD,GAAG;EAC3B,OAAQ,CAAE,CAACE,CAAC,GAAGF,GAAG,IAAIG,SAAS,GAAIA,SAAS,IAAIA,SAAS,GAAIH,GAAG;AACpE,CAAC;AAED,SAASD,IAAI","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}