UNPKG

ember-app-scheduler

Version:

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

7 lines (5 loc) 139 B
'use strict'; var arrayUniq = require('array-uniq'); module.exports = function () { return arrayUniq([].concat.apply([], arguments)); };