Closed
Description
Hi,
I am trying to use
Array.prototype.includes
includes function explained on MDN network but I am getting the following error:
Property 'includes' does not exist on type 'string[]'.
includes
is part of EcmaScript 6.
I am using Typescript version 2.0.3