UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

5 lines 122 B
export default function appendIfNotNull(array, element) { if (element !== null) { array.push(element); } }