@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
1 lines • 294 B
Source Map (JSON)
{"version":3,"file":"to-int.cjs","names":[],"sources":["../../../../src/components/ScrollArea/utils/to-int.ts"],"sourcesContent":["export function toInt(value?: string) {\n return value ? parseInt(value, 10) : 0;\n}\n"],"mappings":";;AAAA,SAAgB,MAAM,OAAgB;AACpC,QAAO,QAAQ,SAAS,OAAO,GAAG,GAAG"}