UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

8 lines (6 loc) 137 B
'use client'; function toInt(value) { return value ? parseInt(value, 10) : 0; } export { toInt }; //# sourceMappingURL=to-int.mjs.map