UNPKG

ember-app-scheduler

Version:

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

9 lines (7 loc) 222 B
var core = require('./lib/core'); var async = require('./lib/async'); async.core = core; async.isCore = function isCore(x) { return core[x]; }; async.sync = require('./lib/sync'); exports = async; module.exports = async;