6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
// Constants first, databse in second!
|
|
export * from './constants'
|
|
export * from './database'
|
|
export * from './checker'
|
|
export * from './installer'
|
|
export * from './migrator'
|