UNPKG

ember-app-scheduler

Version:

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

6 lines 421 B
export { ComputedReferenceBlueprint, PropertyReference } from "./lib/references/descriptors"; export { CLASS_META, default as Meta, metaFor } from "./lib/meta"; export { setProperty, notifyProperty } from './lib/object'; export { default as ObjectReference } from './lib/references/path'; export { default as UpdatableReference } from './lib/references/root'; export { ConstReference, isConst } from '@glimmer/reference';