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

1 line
849 B
JSON

{"ast":null,"code":"/**\n * Check if value is a numerical string, ie a string that is purely a number eg \"100\" or \"-100.1\"\n */\nconst isNumericalString = v => /^-?(?:\\d+(?:\\.\\d+)?|\\.\\d+)$/u.test(v);\nexport { isNumericalString };","map":{"version":3,"names":["isNumericalString","v","test"],"sources":["/home/gnx/Desktop/ETB/ETB-FrontEnd/node_modules/motion-utils/dist/es/is-numerical-string.mjs"],"sourcesContent":["/**\n * Check if value is a numerical string, ie a string that is purely a number eg \"100\" or \"-100.1\"\n */\nconst isNumericalString = (v) => /^-?(?:\\d+(?:\\.\\d+)?|\\.\\d+)$/u.test(v);\n\nexport { isNumericalString };\n"],"mappings":"AAAA;AACA;AACA;AACA,MAAMA,iBAAiB,GAAIC,CAAC,IAAK,8BAA8B,CAACC,IAAI,CAACD,CAAC,CAAC;AAEvE,SAASD,iBAAiB","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}