UNPKG

@mui/x-charts

Version:

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

3 lines 84 B
export function isDefined(value) { return value !== null && value !== undefined; }