UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

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