UNPKG

ember-app-scheduler

Version:

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

9 lines (8 loc) 243 B
// https://github.com/tc39/proposal-object-values-entries var $export = require('./_export') , $entries = require('./_object-to-array')(true); $export($export.S, 'Object', { entries: function entries(it){ return $entries(it); } });