UNPKG

@acaprojects/a2-composer

Version:
16 lines 547 B
import { ACA_AUTH_PROVIDERS } from './auth'; import { DataStoreService } from './data-store.service'; import { ComposerDebugService } from './debug.service'; import { Resources } from './resources'; import { SystemsService } from './systems'; export * from './auth'; export * from './systems'; export * from './data-store.service'; export * from './data-store-worker.service'; export var SERVICES = ACA_AUTH_PROVIDERS.concat([ ComposerDebugService, SystemsService, Resources, DataStoreService, ]); //# sourceMappingURL=index.js.map