Skip to content

Commit

Permalink
feat(js-core): Typing for MigrateFunction and 'VersionedObject' are…
Browse files Browse the repository at this point in the history
… available from the package root
  • Loading branch information
ersimont committed May 26, 2021
1 parent b298ebd commit 4e50072
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/js-core/src/public-api.ts
Expand Up @@ -8,7 +8,11 @@ export * from './lib/predicates';
export * from './lib/sets';
export * from './lib/time';
export { assert } from './lib/assert';
export { MigrationManager } from './lib/migration-manager';
export {
MigrateFunction,
MigrationManager,
VersionedObject,
} from './lib/migration-manager';
export { Persistence } from './lib/persistence';
export { roundToMultipleOf } from './lib/round-to-multiple-of';
export { toCsv } from './lib/to-csv';

0 comments on commit 4e50072

Please sign in to comment.