UNPKG

bs3m

Version:

TS/JS migrations framework for sqlite3 databases

6 lines 227 B
/** Main entry point and public API exports. */ export { MigrationFlag } from './types.js'; export { migration } from './migration.js'; // Error classes export { Bs3mError } from './errors.js'; //# sourceMappingURL=index.js.map