UNPKG

ember-app-scheduler

Version:

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

3 lines 107 B
module.exports = function(it){ return typeof it === 'object' ? it !== null : typeof it === 'function'; };