UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

5 lines 110 B
export default function inArray(value, array) { if (array) { return array.includes(value); } }