I'm coding TypeScript on WebStorm IDE. The IDE tells that the method Array.isArray is deprecated (like in the image), and I doubt it. Also, I couldn't find information about it
let items: any[] = Array.isArray(jsonData.items) ? jsonData.items : [];

is Array.isArray really deprecated? Thanks
Array.isArray appears in the latest draft specification where it is not marked as deprecated.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With