2
0
mirror of https://github.com/yagop/node-telegram-bot-api synced 2025-08-31 06:16:07 +00:00
Files
node-telegram-bot-api/src
GochoMugo 6f5dad6e5b src/telegram: Add shim for Array#findIndex()
Bug:

  Array#findIndex() is unavailable in Node.js v0.x.
  Since we are deprecating Node.js v0.x already, we
  can use a shim in the mean time.

  Once we stop supporting that version range, we can
  drop the shim entirely.

tags: deprecate/node-v0.x
2017-02-09 15:25:38 +03:00
..
2017-02-08 11:44:42 +03:00