UNPKG

@devgateway/dvz-ui-react

Version:

A modular, embeddable React component library for data visualization and UI, built with TypeScript. Provides reusable components for charts, maps, dashboards, and more, with built-in support for internationalization and Redux integration.

7 lines (6 loc) 233 B
import "dompurify"; const n = (r) => typeof r == "boolean" ? r : typeof r == "string" ? r === "true" : !1, o = (r) => typeof r == "number" ? r : typeof r == "string" && parseInt(r) || 0; export { n as toBoolean, o as toNumber };