UNPKG

@spartacus/core

Version:

Spartacus - the core framework

10 lines (9 loc) 483 B
export * from './config-initializer/index'; export * from './config-providers'; export { Config, ConfigChunk, DefaultConfig, DefaultConfigChunk, RootConfig, } from './config-tokens'; export * from './config-validator/index'; export { ConfigModule } from './config.module'; export * from './services/configuration.service'; export { TestConfigModule, TestConfigModuleOptions, } from './test-config.module'; export * from './utils/deep-merge'; export * from './utils/string-template';