UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

3 lines 88 B
export function isInfinity(v) { return typeof v === 'number' && !Number.isFinite(v); }