UNPKG

ember-app-scheduler

Version:

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

8 lines (5 loc) 117 B
'use strict'; function isString(x) { return toString.call(x) === '[object String]'; } module.exports = isString;