mirror of
https://github.com/IT4Change/gradido.git
synced 2026-03-01 12:44:43 +00:00
9 lines
352 B
TypeScript
9 lines
352 B
TypeScript
import 'source-map-support/register'
|
|
|
|
export * from './commonSchema'
|
|
export { DECAY_START_TIME } from './const'
|
|
export { DatabaseConfigSchema } from './DatabaseConfigSchema'
|
|
export type { Category, LogLevel } from './log4js-config'
|
|
export { createLog4jsConfig, defaultCategory, initLogger } from './log4js-config'
|
|
export { validate } from './validate'
|