UNPKG

ember-app-scheduler

Version:

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

10 lines (9 loc) 204 B
define(['./kindOf'], function (kindOf) { /** * Check if value is from a specific "kind". */ function isKind(val, kind){ return kindOf(val) === kind; } return isKind; });