mirror of
https://github.com/yagop/node-telegram-bot-api
synced 2025-08-31 06:16:07 +00:00
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