UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

5 lines 116 B
export default function inArray(value, array) { if (array) { return array.indexOf(value) !== -1; } }