UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

10 lines (7 loc) 157 B
'use client'; 'use strict'; function toInt(value) { return value ? parseInt(value, 10) : 0; } exports.toInt = toInt; //# sourceMappingURL=to-int.cjs.map