Doesn’t “find” exist on any kind of typescript or javascript array?

Since Typescript 2.0 you could also use the --lib compiler flag or a "lib": [] section in your tsconfig.js file to include ES6 features, while still targeting ES5. See https://github.com/Microsoft/TypeScript/issues/6974

In this case just include the following configuration options in your tsconfig.js:

...
"lib": [ "es6" ],
"target": "es5"
...

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)