UNPKG

twitch-toolkit

Version:

A set of tools to integrate with Twitch API, Twitch Chat and Twitch WebHooks.

12 lines (11 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = _withoutIndex; function _withoutIndex(iteratee) { return function (value, index, callback) { return iteratee(value, callback); }; } module.exports = exports["default"];