mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
8 lines
351 B
TypeScript
8 lines
351 B
TypeScript
import 'source-map-support/register'
|
|
export * from './commonSchema'
|
|
export { DatabaseConfigSchema } from './DatabaseConfigSchema'
|
|
export { validate } from './validate'
|
|
export type { LogLevel, Category } from './log4js-config'
|
|
export { createLog4jsConfig, initLogger, defaultCategory } from './log4js-config'
|
|
export { DECAY_START_TIME } from './const'
|