UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

9 lines (8 loc) 267 B
// Use the native ES6 `Array.findIndex` if available. if (typeof Array.prototype.findIndex === 'function') { module.exports = function (array, predicate, self) { return array.findIndex(predicate, self); } } else { module.exports = require('./findIndex'); }