UNPKG

@nostr-dev-kit/ndk-mobile

Version:

NDK Mobile

6 lines 190 B
import type * as SQLite from "expo-sqlite"; export declare const migrations: { version: number; up: (db: SQLite.SQLiteDatabase) => void; }[]; //# sourceMappingURL=migrations.d.ts.map