UNPKG

tsbase

Version:

Base class libraries for TypeScript

5 lines (4 loc) 92 B
export type Migration = { version: number; command: ((db: IDBDatabase) => void); };