UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

1 lines 484 B
{"version":3,"file":"get-precision.cjs","names":[],"sources":["../../../../../src/components/Slider/utils/get-precision/get-precision.ts"],"sourcesContent":["export function getPrecision(step: number) {\n if (!step) {\n return 0;\n }\n const split = step.toString().split('.');\n return split.length > 1 ? split[1].length : 0;\n}\n"],"mappings":";;AAAA,SAAgB,aAAa,MAAc;AACzC,KAAI,CAAC,KACH,QAAO;CAET,MAAM,QAAQ,KAAK,UAAU,CAAC,MAAM,IAAI;AACxC,QAAO,MAAM,SAAS,IAAI,MAAM,GAAG,SAAS"}