UNPKG

ember-app-scheduler

Version:

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

7 lines 155 B
export class PartialDefinition { constructor(name, // for debugging template) { this.name = name; this.template = template; } }