4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
/** Public storage module surface re-exported for application wiring. */
|
|
export { Database } from './database.ts';
|
|
export { MigrationService } from './migrate.ts';
|