UNPKG

ember-app-scheduler

Version:

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

9 lines (8 loc) 218 B
// https://github.com/ljharb/proposal-is-error var $export = require('./_export') , cof = require('./_cof'); $export($export.S, 'Error', { isError: function isError(it){ return cof(it) === 'Error'; } });