UNPKG

rxdb

Version:

A local-first realtime NoSQL Database for JavaScript applications - https://rxdb.info/

7 lines (6 loc) 311 B
import type { RxJsonSchema, NumberFunctionMap } from '../../types/index.d.ts'; /** * checks if the migrationStrategies are ok, throws if not * @throws {Error|TypeError} if not ok */ export declare function checkMigrationStrategies(schema: RxJsonSchema<any>, migrationStrategies: NumberFunctionMap): boolean;